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.439

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.plugin.surefire.booterclient 31 0 0 0 100% 0.249
org.apache.maven.surefire.util 2 0 0 0 100% 0
org.apache.maven.surefire.report 10 0 0 0 100% 0.007
org.apache.maven.plugins.surefire.report 23 0 0 0 100% 0.048
org.apache.maven.plugin.surefire.runorder 3 0 0 0 100% 0.01
org.apache.maven.plugin.surefire.report 6 0 0 0 100% 0.066
org.apache.maven.plugin.surefire.util 6 0 0 0 100% 0.059
org.apache.maven.plugin.surefire 3 0 0 0 100% 0

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

org.apache.maven.plugin.surefire.booterclient

Class Tests Errors Failures Skipped Success Rate Time
BooterDeserializerProviderConfigurationTest 7 0 0 0 100% 0.133
BooterDeserializerStartupConfigurationTest 4 0 0 0 100% 0.015
ForkConfigurationTest 2 0 0 0 100% 0.026
ForkingRunListenerTest 18 0 0 0 100% 0.075
TestSetMockReporterFactory 0 0 0 0 0% 0

org.apache.maven.surefire.util

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

org.apache.maven.surefire.report

Class Tests Errors Failures Skipped Success Rate Time
ConsoleOutputFileReporterTest 2 0 0 0 100% 0.003
FileReporterTest 2 0 0 0 100% 0.004
RunStatisticsTest 6 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.035
TestSuiteXmlParserTest 3 0 0 0 100% 0.013

org.apache.maven.plugin.surefire.runorder

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

org.apache.maven.plugin.surefire.report

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

org.apache.maven.plugin.surefire.util

Class Tests Errors Failures Skipped Success Rate Time
DependenciesScannerTest 1 0 0 0 100% 0.029
DirectoryScannerTest 1 0 0 0 100% 0.03
SpecificFileFilterTest 4 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

Test Cases

[Summary] [Package List] [Test Cases]

BooterDeserializerProviderConfigurationTest

testDirectoryScannerParams 0.106
testReporterConfiguration 0.006
testTestArtifact 0.006
testTestRequest 0.003
testTestForFork 0.006
testTestForForkWithMultipleFiles 0.003
testFailIfNoTests 0.003

BooterDeserializerStartupConfigurationTest

testProvider 0.002
testClassPathConfiguration 0.004
testClassLoaderConfiguration 0.004
testClassLoaderConfigurationTrues 0.005

ForkConfigurationTest

testCreateCommandLine_UseSystemClassLoaderForkOnce_ShouldConstructManifestOnlyJar 0.021
testArglineWithNewline 0.005

ForkingRunListenerTest

testSetStarting 0.02
testSetCompleted 0.007
testStarting 0.003
testAssumptionFailure 0.003
testFailed 0.007
testSkipped 0.002
testHeaderCreation 0
testHeaderCreationShort 0
testStringTokenizer 0.001
testSucceded 0.002
testFailedWithCommaInMessage 0.003
testFailedWithUnicodeEscapeInMessage 0.002
testFailure 0.002
testConsole 0.005
testConsoleOutput 0.005
testSystemProperties 0.005
testMultipleEntries 0.003
test2DifferentChannels 0.005

StatelessXMLReporterTest

testFileNameWithoutSuffix 0.024
testAllFieldsSerialized 0.042

WrappedReportEntryTest

testClassNameOnly 0
testRegular 0
testGetReportNameWithParams 0
testElapsed 0

RunEntryStatisticsMapTest

testPrioritizedClassRuntime 0.002
testPrioritizedFailureFirst 0.003
testSerialize 0.005

SurefirePropertiesTest

testKeys 0
testKeysReinsert 0
testConstructWithOther 0

DependenciesScannerTest

testLocateTestClasses 0.029

DirectoryScannerTest

testLocateTestClasses 0.03

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

testParseXMLReportFiles 0.035
testParseTestSuiteName 0
testParseTestSuitePackageName 0
testParseTestCaseName 0
testGetSummary 0
testGetSuitesGroupByPackage 0
testComputePercentage 0
testGetFailureDetails 0

TestSuiteXmlParserTest

testParse 0
testParser 0.002
testParserHitsFailsafeSummary 0.011

ConsoleOutputFileReporterTest

testFileNameWithoutSuffix 0.002
testFileNameWithSuffix 0.001

FileReporterTest

testFileNameWithoutSuffix 0
testFileNameWithSuffix 0.004

RunStatisticsTest

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

RelocatorTest

testFoo 0
testRelocation 0