Fork me on GitHub

Surefire Report

Summary

[Summary] [Package List] [Test Cases]


Tests Errors Failures Skipped Success Rate Time
195 0 0 0 100% 12.36

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.api.report 3 0 0 0 100% 0.003
org.apache.maven.surefire.api.stream 32 0 0 0 100% 8.199
org.apache.maven.surefire.api.runorder 2 0 0 0 100% 0.002
org.apache.maven.surefire.api.util.internal 61 0 0 0 100% 3.426
org.apache.maven.surefire.api.util 22 0 0 0 100% 0.072
org.apache.maven.surefire.api.suite 2 0 0 0 100% 0.003
org.apache.maven.surefire 4 0 0 0 100% 0.002
org.apache.maven.surefire.api.booter 1 0 0 0 100% 0.612
org.apache.maven.surefire.api.testset 68 0 0 0 100% 0.041

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

org.apache.maven.surefire.api.report

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

org.apache.maven.surefire.api.stream

Class Tests Errors Failures Skipped Success Rate Time
AbstractStreamEncoderTest 6 0 0 0 100% 0.01
AbstractStreamDecoderTest 26 0 0 0 100% 8.189

org.apache.maven.surefire.api.runorder

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

org.apache.maven.surefire.api.util.internal

Class Tests Errors Failures Skipped Success Rate Time
ConcurrencyUtilsTest 5 0 0 0 100% 0.009
ImmutableMapTest 9 0 0 0 100% 0.007
ChannelsReaderTest 22 0 0 0 100% 0.142
ChannelsWriterTest 23 0 0 0 100% 0.023
AsyncSocketTest 1 0 0 0 100% 3.237
ObjectUtilsTest 1 0 0 0 100% 0.008

org.apache.maven.surefire.api.util

Class Tests Errors Failures Skipped Success Rate Time
DefaultDirectoryScannerTest 1 0 0 0 100% 0.051
RunOrderCalculatorTest 1 0 0 0 100% 0.005
RunOrderTest 6 0 0 0 100% 0.001
ScanResultTest 1 0 0 0 100% 0.002
TestsToRunTest 6 0 0 0 100% 0.003
ReflectionUtilsTest 7 0 0 0 100% 0.01

org.apache.maven.surefire.api.suite

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

org.apache.maven.surefire

Class Tests Errors Failures Skipped Success Rate Time
SpecificTestClassFilterTest 4 0 0 0 100% 0.002

org.apache.maven.surefire.api.booter

Class Tests Errors Failures Skipped Success Rate Time
ForkingRunListenerTest 1 0 0 0 100% 0.612

org.apache.maven.surefire.api.testset

Class Tests Errors Failures Skipped Success Rate Time
ResolvedTestTest 3 0 0 0 100% 0.013
TestListResolverTest 33 0 0 0 100% 0.027
FundamentalFilterTest 32 0 0 0 100% 0.001

Test Cases

[Summary] [Package List] [Test Cases]

ThreadedExecutionSchedulerTest

testAddTestJaggedResult 0.002
testAddTest 0

ForkingRunListenerTest

testInfo 0.612

LegacyPojoStackTraceWriterTest

testWriteTrimmedTraceToString 0.002
testMultiLineMessage 0.001
testCausedBy 0

RunResultTest

testFailuresInFirstRun 0.002
testEmptySummaryShouldBeErrorFree 0.001

ResolvedTestTest

testEmptyMethodRegex 0.011
testFromFullyQualifiedClass 0
testEmptyClassRegex 0.002

TestListResolverTest

testRegexRuleViolationEnclosedMethodSeparator 0.004
testNonRegexClassAndMethod 0.006
testShouldRunSuiteWithIncludedMethods 0
testClassFilter 0.001
testTestListResolverWithoutMethods 0.005
testRegexRuleViolationMultipleHashmarkWithClassConstraint 0
testRegexSanity1 0
testRegexSanity2 0
testRegexSanity3 0
testDefaultPatternsNotMatching 0
testRemoveExclamationMark 0
testUnwrappedRegex 0.001
testRegexRuleViolationInvalidMethodPattern 0
testRegexRuleViolationQuotedHashMark 0.001
testBrokenPatternThrowsException 0
testAndFilters 0.002
testWildcard 0
testShouldRunTestWithoutMethod 0.001
testUnwrapped 0
testShouldRunAny 0
testInclusiveWithDefaultExclusivePattern 0.001
testShouldNotRunExcludedMethods 0
testMinRegexLength 0
testNonRegexClassAndMethods 0
testResolveTestRequest 0.001
testMultipleExcludedClassesOnly 0.001
testTestListResolverWithMethods 0
testRegexRuleViolationMultipleHashmarkForMethods 0.001
testDefaultPatternsMatching 0
testNegativeNonRegexClassAndMethod 0.001
testMultipleExcludedClasses 0.001
testMakeRegex 0
testRegexRuleViolationInvalidClassPattern 0

ConcurrencyUtilsTest

countDownShouldBeUnchangedAsZeroNegativeTest 0.005
countDownToZeroShouldBeDecreasedByOneThreadModification 0.001
countDownShouldBeDecreasedByTwoThreadsModification 0.002
countDownShouldBeUnchangedAsNegativeNegativeTest 0.001
countDownShouldBeDecreasedByOneThreadModification 0

DefaultDirectoryScannerTest

testLocateTestClasses 0.051

RunOrderCalculatorTest

testOrderTestClasses 0.005

RunOrderTest

testShouldReturnRunOrderForUpperCaseName 0
testShouldThrowExceptionForInvalidName 0
testAsString 0
testShouldReturnNullForNullName 0
testMultiValue 0.001
testShouldReturnRunOrderForLowerCaseName 0

ScanResultTest

testWriteTo 0.002

TestsToRunTest

testContainsExactly 0.002
testContainsAtLeast 0
testTwoIterators 0.001
testToRunArray 0
testGetTestSets 0
testGetClassByName 0

SpecificTestClassFilterTest

testMatchSingleSegmentWildcard 0.002
testMatchSingleSegmentWordWildcard 0
testMatchSingleCharacterWildcard 0
testMatchMultiSegmentWildcard 0

FundamentalFilterTest

testExcludes1 0
testExcludes2 0
testExcludes3 0
testExcludes4 0
testExcludes5 0
testExcludes6 0
testExcludes7 0
testExcludes8 0
testExcludes9 0
testIncludes1 0.001
testIncludes2 0
testIncludes3 0
testIncludes4 0
testIncludes5 0
testIncludes6 0
testIncludes7 0
testIncludes8 0
testIncludes9 0
testExcludes10 0
testExcludes11 0
testExcludes12 0
testExcludes13 0
testExcludes14 0
testExcludes15 0
testExcludes16 0
testIncludes10 0
testIncludes11 0
testIncludes12 0
testIncludes13 0
testIncludes14 0
testIncludes15 0
testIncludes16 0

ImmutableMapTest

shouldNotRemoveNull 0.002
testEntrySet 0.003
shouldNotHaveEqualEntry 0
shouldHaveEqualEntry 0.001
shouldNotSetEntries 0
shouldNotRemove 0
shouldNotModifyEntries 0
shouldSafelyEnumerateEntries 0
testGetter 0.001

ReflectionUtilsTest

shouldInvokeFallbackOnMethodChain 0.005
shouldNotInvokeStaticMethod 0
shouldInvokeStaticMethod 0
shouldInvokeMethodChain 0
shouldReloadClass 0.003
shouldGetConstructor 0.002
shouldNotGetNonExistingConstructor 0

ChannelsReaderTest

shouldValidateInput1 0.063
shouldValidateInput2 0.001
shouldValidateInput3 0.003
shouldValidateInput4 0.001
shouldReadZeroLength 0.001
shouldThrowExceptionOnRead 0.008
shouldThrowExceptionOnFuture1 0.016
shouldThrowExceptionOnFuture2 0.003
shouldThrowExceptionOnFuture3 0.001
bufferedChannel 0.009
shouldFailIfNotReadable 0.002
shouldClose 0.001
shouldOverflowBuffer 0.014
shouldRead 0.006
biggerBuffer 0.001
shouldFailIOnDirectBuffer 0.001
exactBufferSize 0.001
shouldNotClose 0.001
shouldUseFileChannel 0.004
shouldAlreadyClosed 0.002
shouldFailAfterClosed 0
shouldReadArray 0.003

ChannelsWriterTest

wrappedBuffer 0.002
shouldValidateInput1 0.001
shouldValidateInput2 0.001
shouldValidateInput3 0
shouldValidateInput4 0.001
shouldThrowExceptionOnFuture1 0.001
shouldThrowExceptionOnFuture2 0.001
shouldThrowExceptionOnFuture3 0.002
shouldThrowExceptionOnWrite 0
bufferedChannel 0
shouldFailIfNotReadable 0.001
shouldClose 0.001
shouldWrite 0.002
shouldFlushWhenEmptyBufferOnBufferedWrites 0.001
shouldFailIOnDirectBuffer 0
shouldNotClose 0.001
bigBuffer 0.001
shouldUseFileChannel 0.002
shouldAlreadyClosed 0.001
shouldWriteZeroLength 0.001
shouldFlushWhenEmptyBuffer 0
shouldFailAfterClosed 0.001
shouldWriteArray 0.002

AsyncSocketTest

test 3.237

AbstractStreamEncoderTest

shouldComputeStreamPreemptiveLength 0.005
testWrite 0
testSendOpcode 0.004
testIntegerAsNull 0.001
testInteger 0
testEncodedString 0

AbstractStreamDecoderTest

shouldReadString 0.008
shouldDecode3BytesEncodedSymbol 0
shouldReadStringShiftedInput 0
shouldDecode100Bytes 8.17
malformedCharset 0.007
shouldReadThreeCharactersString 0
shouldReadEmptyString 0
shouldReadStringOverflowOn4BytesEncodedSymbol 0
shouldReadStringOverflowOnNewLine 0.001
shouldNotDecode 0
shouldDecodeHappyCase 0
shouldReadMultipleStringsAndShiftedInput 0
shouldSetNonDefaultCharset 0.001
shouldDecodeShifted 0
shouldReadEventType 0
shouldReadStringShiftedBuffer 0
shouldReadInt 0.001
shouldEventTypeReachedMalformedHeader 0.001
shouldReadDefaultCharset 0
shouldEventTypeReachedEndOfStream 0
shouldNotReadString 0
shouldReadInteger 0
shouldReadSingleCharString 0
shouldReadNonDefaultCharset 0
shouldReadNullString 0
shouldReadNullInteger 0

ObjectUtilsTest

shouldSupportSecurityManager 0.008