Fork me on GitHub

Surefire Report

Summary

[Summary] [Package List] [Test Cases]


Tests Errors Failures Skipped Success Rate Time
84 0 0 0 100% 0.663

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
org.apache.maven.surefire.report 10 0 0 0 100% 0.01
org.apache.maven.plugin.surefire 3 0 0 0 100% 0
org.apache.maven.surefire.util 2 0 0 0 100% 0
org.apache.maven.plugin.surefire.booterclient 31 0 0 0 100% 0.387
org.apache.maven.plugin.surefire.util 6 0 0 0 100% 0.062
org.apache.maven.plugins.surefire.report 23 0 0 0 100% 0.079
org.apache.maven.plugin.surefire.report 6 0 0 0 100% 0.111
org.apache.maven.plugin.surefire.runorder 3 0 0 0 100% 0.014

Note: package statistics are not computed recursively, they only sum up all of its testsuites numbers.

org.apache.maven.surefire.report

Class Tests Errors Failures Skipped Success Rate Time
ConsoleOutputFileReporterTest 2 0 0 0 100% 0.008
FileReporterTest 2 0 0 0 100% 0.002
RunStatisticsTest 6 0 0 0 100% 0

org.apache.maven.plugin.surefire

Class Tests Errors Failures Skipped Success Rate Time
SurefirePropertiesTest 3 0 0 0 100% 0

org.apache.maven.surefire.util

Class Tests Errors Failures Skipped Success Rate Time
RelocatorTest 2 0 0 0 100% 0

org.apache.maven.plugin.surefire.booterclient

Class Tests Errors Failures Skipped Success Rate Time
BooterDeserializerProviderConfigurationTest 7 0 0 0 100% 0.18
BooterDeserializerStartupConfigurationTest 4 0 0 0 100% 0.023
ForkConfigurationTest 2 0 0 0 100% 0.03
ForkingRunListenerTest 18 0 0 0 100% 0.154
TestSetMockReporterFactory 0 0 0 0 0% 0

org.apache.maven.plugin.surefire.util

Class Tests Errors Failures Skipped Success Rate Time
DependenciesScannerTest 1 0 0 0 100% 0.031
DirectoryScannerTest 1 0 0 0 100% 0.031
SpecificFileFilterTest 4 0 0 0 100% 0

org.apache.maven.plugins.surefire.report

Class Tests Errors Failures Skipped Success Rate Time
ReportTestCaseTest 4 0 0 0 100% 0
ReportTestSuiteTest 8 0 0 0 100% 0
SurefireReportParserTest 8 0 0 0 100% 0.066
TestSuiteXmlParserTest 3 0 0 0 100% 0.013

org.apache.maven.plugin.surefire.report

Class Tests Errors Failures Skipped Success Rate Time
StatelessXMLReporterTest 2 0 0 0 100% 0.111
WrappedReportEntryTest 4 0 0 0 100% 0

org.apache.maven.plugin.surefire.runorder

Class Tests Errors Failures Skipped Success Rate Time
RunEntryStatisticsMapTest 3 0 0 0 100% 0.014

Test Cases

[Summary] [Package List] [Test Cases]

BooterDeserializerProviderConfigurationTest

testTestForForkWithMultipleFiles 0.135
testDirectoryScannerParams 0.012
testReporterConfiguration 0.006
testTestArtifact 0.007
testTestRequest 0.007
testTestForFork 0.007
testFailIfNoTests 0.006

BooterDeserializerStartupConfigurationTest

testClassLoaderConfigurationTrues 0.003
testProvider 0.006
testClassPathConfiguration 0.007
testClassLoaderConfiguration 0.007

ForkConfigurationTest

testArglineWithNewline 0.021
testCreateCommandLine_UseSystemClassLoaderForkOnce_ShouldConstructManifestOnlyJar 0.009

ForkingRunListenerTest

testSetStarting 0.06
testSetCompleted 0
testAssumptionFailure 0
testStarting 0.017
testFailed 0.017
testSkipped 0.008
testFailedWithUnicodeEscapeInMessage 0.007
testSucceded 0.006
testFailure 0.005
testConsole 0.004
testHeaderCreation 0
testHeaderCreationShort 0
testStringTokenizer 0.001
testFailedWithCommaInMessage 0.004
testConsoleOutput 0.003
testSystemProperties 0.004
testMultipleEntries 0.007
test2DifferentChannels 0.011

StatelessXMLReporterTest

testFileNameWithoutSuffix 0.034
testAllFieldsSerialized 0.077

WrappedReportEntryTest

testRegular 0
testElapsed 0
testClassNameOnly 0
testGetReportNameWithParams 0

RunEntryStatisticsMapTest

testPrioritizedClassRuntime 0.006
testPrioritizedFailureFirst 0.003
testSerialize 0.005

SurefirePropertiesTest

testKeys 0
testKeysReinsert 0
testConstructWithOther 0

DependenciesScannerTest

testLocateTestClasses 0.031

DirectoryScannerTest

testLocateTestClasses 0.031

SpecificFileFilterTest

testMatchSingleCharacterWildcard 0
testMatchSingleSegmentWordWildcard 0
testMatchMultiSegmentWildcard 0
testMatchSingleSegmentWildcard 0

ReportTestCaseTest

testSetName 0
testSetTime 0
testSetFailure 0
testSetFullName 0

ReportTestSuiteTest

testSetName 0
testSetTestCases 0
testSetNumberdOfErrors 0
testSetNumberOfFailures 0
testSetNumberOfSkipped 0
testSetNumberOfTests 0
testSetPackageName 0
testSetTimeElapsed 0

SurefireReportParserTest

testParseTestSuitePackageName 0
testParseXMLReportFiles 0.065
testParseTestSuiteName 0
testParseTestCaseName 0
testGetSummary 0
testGetSuitesGroupByPackage 0
testComputePercentage 0.001
testGetFailureDetails 0

TestSuiteXmlParserTest

testParserHitsFailsafeSummary 0.003
testParser 0.005
testParse 0.005

ConsoleOutputFileReporterTest

testFileNameWithoutSuffix 0.006
testFileNameWithSuffix 0.002

FileReporterTest

testFileNameWithoutSuffix 0
testFileNameWithSuffix 0.002

RunStatisticsTest

testAddErrorSourceWithThrowableMessage 0
testAddErrorSourceWithoutThrowable 0
testAddFailureSourceWithThrowableMessage 0
testAddFailureSourceWithoutThrowable 0
testAddErrorSourceWithThrowableWithoutMessage 0
testAddFailureSourceWithThrowableWithoutMessage 0

RelocatorTest

testFoo 0
testRelocation 0