Summary
[Summary] [Package List] [Test Cases]
| Tests | Errors | Failures | Skipped | Success Rate | Time |
|---|---|---|---|---|---|
| 225 | 0 | 0 | 0 | 100% | 21.723 |
Note: failures are anticipated and checked for with assertions while errors are unanticipated.
Package List
[Summary] [Package List] [Test Cases]
| Package | Tests | Errors | Failures | Skipped | Success Rate | Time |
|---|---|---|---|---|---|---|
| 225 | 0 | 0 | 0 | 100% | 21.723 |
Note: package statistics are not computed recursively, they only sum up all of its testsuites numbers.
Test Cases
[Summary] [Package List] [Test Cases]
LoggerFilterLevelMatchTest
| testDecideAccept | 0.077 | |
| testDecideDeny | 0.075 | |
| testDecideNull | 0.024 | |
| testAcceptConfig | 0.042 | |
| testDenyConfig | 0.048 |
LoggerConfigurationAdapterXMLTest
| testConversion | 0.182 | |
| testNonExistantFile | 0.016 | |
| testInvalidXMLFile | 0.016 | |
| testDuplicateLoggerWarning | 0.018 | |
| testDuplicateLoggerConfig | 0.023 |
LoggerHierarchyTest
| testIfLevelIsInitiallyLevelAllg | 0.015 | |
| testIfNameIsRoot | 0.015 | |
| testIfParentIsNull | 0.011 | |
| testSetParent | 0.014 | |
| testResetConfiguration | 0.032 | |
| testSettingParents | 0.03 | |
| testExists | 0.012 | |
| testClear | 0.015 |
LoggerAppenderPDOTest
| testRequiresLayout | 0.015 | |
| testSimpleWithDefaults | 0.111 | |
| testCustomizedSql | 0.082 | |
| testOldStyle | 0.061 | |
| testException | 0.01 | |
| testClose | 0.078 |
LoggerAppenderMongoDBTest
| test__construct | 0.009 | |
| testSetGetHost | 0.011 | |
| testSetGetHostMongoPrefix | 0.012 | |
| testSetPort | 0.01 | |
| testGetPort | 0.01 | |
| testSetDatabaseName | 0.013 | |
| testGetDatabaseName | 0.014 | |
| testSetCollectionName | 0.015 | |
| testGetCollectionName | 0.015 | |
| testSetUserName | 0.015 | |
| testGetUserName | 0.01 | |
| testSetPassword | 0.015 | |
| testGetPassword | 0.015 | |
| testActivateOptionsNoCredentials | 0.017 | |
| testAppend | 0.012 | |
| testFormat | 0.039 | |
| testFormatThrowableInfo | 0.03 | |
| testFormatThrowableInfoWithInnerException | 0.053 | |
| testClose | 0.009 |
LoggerReflectionUtilsTest
| testSimpleSet | 0.016 | |
| testSimpleArraySet | 0.017 | |
| testStaticArraySet | 0.021 | |
| testCreateObject | 0.015 |
LoggerConfigurationAdapterINITest
| testConfig | 0.029 | |
| testNonExistantFileException | 0.014 | |
| testInvalidFileException | 0.014 | |
| testInvalidLineWarning1 | 0.016 | |
| testInvalidLineWarning2 | 0.016 |
LoggerTest
| testLoggerExist | 0.029 | |
| testCanGetRootLogger | 0.024 | |
| testCanGetASpecificLogger | 0.024 | |
| testCanLogToAllLevels | 0.053 | |
| testIsEnabledFor | 0.033 | |
| testGetCurrentLoggers | 0.039 |
LoggerAppenderConsoleTest
| testRequiresLayout | 0.009 | |
| testAppendDefault | 0.022 | |
| testAppendStdout | 0.018 | |
| testAppendStderr | 0.023 |
LoggerRendererMapTest
| testFindAndRender | 0.033 | |
| testFindAndRenderDescendants | 0.035 | |
| testGetByObject | 0.031 | |
| testGetByClassName | 0.027 | |
| testUsage | 0.04 |
LoggerConfigurationAdapterPHPTest
| testConfig | 0.015 | |
| testNonExistantFileWarning | 0.01 | |
| testInvalidFileWarning | 0.01 | |
| testEmptyConfigWarning | 0.01 | |
| testInvalidConfigWarning | 0.01 |
LoggerAppenderFileTest
| testRequiresLayout | 0.016 | |
| testSimpleLogging | 0.025 | |
| testAppendFlagTrue | 0.034 | |
| testAppendFlagFalse | 0.038 |
LoggerLevelTest
| testLevelOff | 0.033 | |
| testLevelFatal | 0.034 | |
| testLevelError | 0.034 | |
| testLevelWarn | 0.033 | |
| testLevelInfo | 0.033 | |
| testLevelDebug | 0.033 | |
| testLevelTrace | 0.038 | |
| testLevelAll | 0.038 |
LoggerAppenderEchoTest
| testAppend | 0.025 | |
| testHtmlLineBreaks | 0.025 | |
| testEcho | 0.016 | |
| testRequiresLayout | 0.009 | |
| testEchoHtml | 0.018 |
LoggerFilterStringMatchTest
| testDecideAccept | 0.028 | |
| testDecideDeny | 0.032 | |
| testDecideNullMessage | 0.015 | |
| testDecideNullMatch | 0.015 |
LoggerAppenderSyslogTest
| testSettersGetters | 0.017 | |
| testRequiresLayout | 0.01 | |
| testLogging | 0.019 | |
| testOption | 0.041 | |
| testPriority | 0.026 | |
| testFacility | 0.048 | |
| testInvalidOption | 0.014 | |
| testInvalidPriority | 0.014 | |
| testInvalidFacility | 0.015 | |
| testPriorityOverride | 0.017 |
LoggerLayoutXmlTest
| testErrorLayout | 0.024 | |
| testWarnLayout | 0.018 | |
| testLog4JNamespaceErrorLayout | 0.022 | |
| testNDC | 0.018 | |
| testMDC | 0.018 |
LoggerLoggingEventTest
| testConstructWithLoggerName | 0.014 | |
| testConstructWithTimestamp | 0.01 | |
| testGetStartTime | 0.01 | |
| testGetLocationInformation | 0.032 | |
| testGetThrowableInformation1 | 0.017 | |
| testGetThrowableInformation2 | 0.02 |
LoggerRootTest
| testIfLevelIsInitiallyLevelAll | 0.011 | |
| testIfNameIsRoot | 0.015 | |
| testIfParentIsNull | 0.014 | |
| testSetParent | 0.015 |
LoggerLayoutHtmlTest
| testErrorLayout | 0.018 | |
| testWarnLayout | 0.016 | |
| testContentType | 0.01 | |
| testTitle | 0.016 | |
| testHeader | 0.009 | |
| testFooter | 0.011 |
LoggerConfiguratorTest
| testDefaultConfig | 0.053 | |
| testInputIsInteger | 0.02 | |
| testYAMLFile | 0.023 | |
| testAppenderConfigNotArray | 0.042 | |
| testNoAppenderClassSet | 0.03 | |
| testNotExistingAppenderClassSet | 0.024 | |
| testInvalidAppenderClassSet | 0.023 | |
| testNotExistingAppenderFilterClassSet | 0.024 | |
| testInvalidAppenderFilterParamter | 0.029 | |
| testInvalidAppenderFilterClassSet | 0.019 | |
| testNotExistingAppenderLayoutClassSet | 0.024 | |
| testInvalidAppenderLayoutClassSet | 0.023 | |
| testNoAppenderLayoutClassSet | 0.019 | |
| testInvalidRenderingClassSet | 0.03 | |
| testNoRenderingClassSet | 0.025 | |
| testNoRenderedClassSet | 0.025 | |
| testNotExistingRenderedClassSet | 0.026 | |
| testNotExistingRenderingClassSet | 0.03 | |
| testInvalidLoggerAddivity | 0.026 | |
| testNotExistingLoggerAppendersClass | 0.024 | |
| testNonexistantFile | 0.017 | |
| testNonexistantFileFallback | 0.04 | |
| testAppendersWithLayout | 0.056 | |
| testThreshold | 0.018 | |
| testInvalidThreshold | 0.022 | |
| testAppenderThreshold | 0.014 | |
| testAppenderInvalidThreshold | 0.018 | |
| testLoggerThreshold | 0.028 | |
| testInvalidLoggerThreshold | 0.019 | |
| testInvalidRootLoggerThreshold | 0.026 |
LoggerLayoutPatternTest
| testErrorLayout | 0.039 | |
| testWarnLayout | 0.04 | |
| testInfoLayout | 0.039 | |
| testDebugLayout | 0.039 | |
| testTraceLayout | 0.037 | |
| testClassnamePattern | 0.017 |
LoggerLayoutSerializedTest
| testLocationInfo | 0.013 | |
| testLocationInfoFail | 0.011 | |
| testLayout | 0.04 | |
| testLayoutWithLocationInfo | 0.04 |
LoggerOptionConverterTest
| testToBoolean | 0.034 | |
| testToBooleanFailure1 | 0.01 | |
| testToBooleanFailure2 | 0.01 | |
| testToBooleanFailure3 | 0.01 | |
| testToInteger | 0.017 | |
| testToIntegerFailure1 | 0.01 | |
| testToIntegerFailure2 | 0.01 | |
| testToIntegerFailure3 | 0.01 | |
| testToIntegerFailure4 | 0.01 | |
| testToIntegerFailure5 | 0.01 | |
| testSubstituteVars | 0.024 |
LoggerAppenderRollingFileTest
| testRequiresLayout | 0.016 | |
| testMaxFileSize | 0.035 | |
| testSetFileName | 0.02 | |
| testSimpleLogging | 1.164 | |
| testLoggingViaLogger | 3.861 |
LoggerAppenderTest
| testThreshold | 0.047 | |
| testGetThreshold | 0.018 | |
| testSetStringThreshold | 0.024 | |
| testSetFilter | 0.018 | |
| testInstanciateWithLayout | 0.014 | |
| testOverwriteLayout | 0.014 | |
| testRequiresNoLayout | 0.017 |