Fork me on GitHub

Surefire Report

Summary

[Summary] [Package List] [Test Cases]


Tests Errors Failures Skipped Success Rate Time
201 70 0 2 64.2% 7.640 s

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.004 s
org.apache.maven.surefire.api.stream 32 0 0 0 100% 7.265 s
org.apache.maven.surefire.api.util.internal 61 1 0 1 96.7% 0.269 s
org.apache.maven.surefire.api.runorder 2 0 0 0 100% 0.001 s
org.apache.maven.surefire.api.util 28 1 0 1 92.9% 0.026 s
org.apache.maven.surefire.api.suite 2 0 0 0 100% 0.002 s
org.apache.maven.surefire 4 4 0 0 0% 0.016 s
org.apache.maven.surefire.api.booter 1 0 0 0 100% 0.015 s
org.apache.maven.surefire.api.testset 68 64 0 0 5.9% 0.042 s

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.004 s

org.apache.maven.surefire.api.stream

- Class Tests Errors Failures Skipped Success Rate Time
AbstractStreamDecoderTest 26 0 0 0 100% 7.231 s
AbstractStreamEncoderTest 6 0 0 0 100% 0.034 s

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

- Class Tests Errors Failures Skipped Success Rate Time
ChannelsWriterTest 23 0 0 0 100% 0.010 s
ImmutableMapTest 9 0 0 0 100% 0.003 s
ConcurrencyUtilsTest 5 0 0 0 100% 0.002 s
AsyncSocketTest 1 0 0 1 0% 0 s
ChannelsReaderTest 22 0 0 0 100% 0.253 s
ObjectUtilsTest 1 1 0 0 0% 0.001 s

org.apache.maven.surefire.api.runorder

- Class Tests Errors Failures Skipped Success Rate Time
ThreadedExecutionSchedulerTest 2 0 0 0 100% 0.001 s

org.apache.maven.surefire.api.util

- Class Tests Errors Failures Skipped Success Rate Time
SureFireFileManagerTest 1 0 0 1 0% 0.001 s
RunOrderCalculatorTest 1 0 0 0 100% 0.002 s
ScanResultTest 1 0 0 0 100% 0.003 s
ReflectionUtilsTest 7 0 0 0 100% 0.005 s
RunOrderTest 6 0 0 0 100% 0.002 s
TestsToRunTest 6 0 0 0 100% 0.002 s
TempFileManagerTest 5 0 0 0 100% 0.010 s
DefaultDirectoryScannerTest 1 1 0 0 0% 0.001 s

org.apache.maven.surefire.api.suite

- Class Tests Errors Failures Skipped Success Rate Time
RunResultTest 2 0 0 0 100% 0.002 s

org.apache.maven.surefire

- Class Tests Errors Failures Skipped Success Rate Time
SpecificTestClassFilterTest 4 4 0 0 0% 0.016 s

org.apache.maven.surefire.api.booter

- Class Tests Errors Failures Skipped Success Rate Time
ForkingRunListenerTest 1 0 0 0 100% 0.015 s

org.apache.maven.surefire.api.testset

- Class Tests Errors Failures Skipped Success Rate Time
ResolvedTestTest 3 2 0 0 33.3% 0.001 s
FundamentalFilterTest 32 30 0 0 6.2% 0.019 s
TestListResolverTest 33 32 0 0 3.0% 0.022 s

Test Cases

[Summary] [Package List] [Test Cases]

ChannelsWriterTest

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

SureFireFileManagerTest

testCreateTempFile 0 s
- old not executing tests - to review -

ImmutableMapTest

shouldNotRemoveNull 0.001 s
testEntrySet 0 s
shouldNotHaveEqualEntry 0.001 s
shouldHaveEqualEntry 0 s
shouldNotSetEntries 0 s
shouldNotRemove 0 s
shouldNotModifyEntries 0 s
shouldSafelyEnumerateEntries 0 s
testGetter 0.001 s

RunOrderCalculatorTest

testOrderTestClasses 0.002 s

ForkingRunListenerTest

testInfo 0.015 s

AbstractStreamDecoderTest

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

ScanResultTest

testWriteTo 0.001 s

ResolvedTestTest

testEmptyMethodRegex 0 s
- org/apache/maven/surefire/shared/utils/StringUtils -
testFromFullyQualifiedClass 0 s
testEmptyClassRegex 0 s
- org/apache/maven/surefire/shared/utils/StringUtils -

ReflectionUtilsTest

shouldInvokeFallbackOnMethodChain 0.002 s
shouldNotInvokeStaticMethod 0 s
shouldInvokeStaticMethod 0 s
shouldInvokeMethodChain 0 s
shouldReloadClass 0.001 s
shouldGetConstructor 0.001 s
shouldNotGetNonExistingConstructor 0 s

RunOrderTest

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

AbstractStreamEncoderTest

shouldComputeStreamPreemptiveLength 0.032 s
testWrite 0 s
testSendOpcode 0.001 s
testIntegerAsNull 0 s
testInteger 0 s
testEncodedString 0 s

SpecificTestClassFilterTest

testMatchSingleSegmentWildcard 0.007 s
- org/apache/maven/surefire/shared/utils/io/SelectorUtils -
testMatchSingleSegmentWordWildcard 0 s
- org/apache/maven/surefire/shared/utils/io/SelectorUtils -
testMatchSingleCharacterWildcard 0 s
- org/apache/maven/surefire/shared/utils/io/SelectorUtils -
testMatchMultiSegmentWildcard 0.001 s
- org/apache/maven/surefire/shared/utils/io/SelectorUtils -

ConcurrencyUtilsTest

countDownShouldBeUnchangedAsZeroNegativeTest 0.001 s
countDownToZeroShouldBeDecreasedByOneThreadModification 0 s
countDownShouldBeDecreasedByTwoThreadsModification 0.001 s
countDownShouldBeUnchangedAsNegativeNegativeTest 0 s
countDownShouldBeDecreasedByOneThreadModification 0 s

FundamentalFilterTest

testExcludes1 0.002 s
testExcludes2 0.001 s
- org/apache/maven/surefire/shared/utils/StringUtils -
testExcludes3 0 s
- org/apache/maven/surefire/shared/utils/StringUtils -
testExcludes4 0.001 s
- org/apache/maven/surefire/shared/utils/StringUtils -
testExcludes5 0 s
- org/apache/maven/surefire/shared/utils/StringUtils -
testExcludes6 0 s
- org/apache/maven/surefire/shared/utils/StringUtils -
testExcludes7 0.001 s
- org/apache/maven/surefire/shared/utils/StringUtils -
testExcludes8 0 s
- org/apache/maven/surefire/shared/utils/StringUtils -
testExcludes9 0 s
- org/apache/maven/surefire/shared/utils/StringUtils -
testIncludes1 0 s
testIncludes2 0 s
- org/apache/maven/surefire/shared/utils/StringUtils -
testIncludes3 0 s
- org/apache/maven/surefire/shared/utils/StringUtils -
testIncludes4 0 s
- org/apache/maven/surefire/shared/utils/StringUtils -
testIncludes5 0 s
- org/apache/maven/surefire/shared/utils/StringUtils -
testIncludes6 0 s
- org/apache/maven/surefire/shared/utils/StringUtils -
testIncludes7 0.001 s
- org/apache/maven/surefire/shared/utils/StringUtils -
testIncludes8 0 s
- org/apache/maven/surefire/shared/utils/StringUtils -
testIncludes9 0.001 s
- org/apache/maven/surefire/shared/utils/StringUtils -
testExcludes10 0 s
- org/apache/maven/surefire/shared/utils/StringUtils -
testExcludes11 0 s
- org/apache/maven/surefire/shared/utils/StringUtils -
testExcludes12 0 s
- org/apache/maven/surefire/shared/utils/StringUtils -
testExcludes13 0.001 s
- org/apache/maven/surefire/shared/utils/StringUtils -
testExcludes14 0 s
- org/apache/maven/surefire/shared/utils/StringUtils -
testExcludes15 0 s
- org/apache/maven/surefire/shared/utils/StringUtils -
testExcludes16 0.001 s
- org/apache/maven/surefire/shared/utils/StringUtils -
testIncludes10 0 s
- org/apache/maven/surefire/shared/utils/StringUtils -
testIncludes11 0 s
- org/apache/maven/surefire/shared/utils/StringUtils -
testIncludes12 0.001 s
- org/apache/maven/surefire/shared/utils/StringUtils -
testIncludes13 0.001 s
- org/apache/maven/surefire/shared/utils/StringUtils -
testIncludes14 0 s
- org/apache/maven/surefire/shared/utils/StringUtils -
testIncludes15 0.001 s
- org/apache/maven/surefire/shared/utils/StringUtils -
testIncludes16 0 s
- org/apache/maven/surefire/shared/utils/StringUtils -

AsyncSocketTest

test 0 s
- Can be flaky on slow machine -

TestListResolverTest

testRegexRuleViolationEnclosedMethodSeparator 0.004 s
- org/apache/maven/surefire/shared/utils/StringUtils -
testNonRegexClassAndMethod 0.001 s
- Could not initialize class org.apache.maven.surefire.api.testset.TestListResolver -
testShouldRunSuiteWithIncludedMethods 0 s
- Could not initialize class org.apache.maven.surefire.api.testset.TestListResolver -
testClassFilter 0.001 s
- Could not initialize class org.apache.maven.surefire.api.testset.TestListResolver -
testTestListResolverWithoutMethods 0.002 s
- org/apache/maven/surefire/shared/utils/StringUtils -
testRegexRuleViolationMultipleHashmarkWithClassConstraint 0 s
- Could not initialize class org.apache.maven.surefire.api.testset.TestListResolver -
testRegexSanity1 0 s
- Could not initialize class org.apache.maven.surefire.api.testset.TestListResolver -
testRegexSanity2 0 s
- Could not initialize class org.apache.maven.surefire.api.testset.TestListResolver -
testRegexSanity3 0.001 s
- Could not initialize class org.apache.maven.surefire.api.testset.TestListResolver -
testDefaultPatternsNotMatching 0.001 s
- org/apache/maven/surefire/shared/utils/StringUtils -
testRemoveExclamationMark 0.001 s
- Could not initialize class org.apache.maven.surefire.api.testset.TestListResolver -
testUnwrappedRegex 0 s
- Could not initialize class org.apache.maven.surefire.api.testset.TestListResolver -
testRegexRuleViolationInvalidMethodPattern 0.001 s
- Could not initialize class org.apache.maven.surefire.api.testset.TestListResolver -
testRegexRuleViolationQuotedHashMark 0 s
- Could not initialize class org.apache.maven.surefire.api.testset.TestListResolver -
testBrokenPatternThrowsException 0.001 s
- Could not initialize class org.apache.maven.surefire.api.testset.TestListResolver -
testAndFilters 0 s
- Could not initialize class org.apache.maven.surefire.api.testset.TestListResolver -
testWildcard 0 s
- Could not initialize class org.apache.maven.surefire.api.testset.TestListResolver -
testShouldRunTestWithoutMethod 0 s
- Could not initialize class org.apache.maven.surefire.api.testset.TestListResolver -
testUnwrapped 0.001 s
- Could not initialize class org.apache.maven.surefire.api.testset.TestListResolver -
testShouldRunAny 0 s
- Could not initialize class org.apache.maven.surefire.api.testset.TestListResolver -
testInclusiveWithDefaultExclusivePattern 0 s
- org/apache/maven/surefire/shared/utils/StringUtils -
testShouldNotRunExcludedMethods 0 s
- Could not initialize class org.apache.maven.surefire.api.testset.TestListResolver -
testMinRegexLength 0 s
- Could not initialize class org.apache.maven.surefire.api.testset.TestListResolver -
testNonRegexClassAndMethods 0.001 s
- Could not initialize class org.apache.maven.surefire.api.testset.TestListResolver -
testResolveTestRequest 0 s
- Could not initialize class org.apache.maven.surefire.api.testset.TestListResolver -
testMultipleExcludedClassesOnly 0 s
- Could not initialize class org.apache.maven.surefire.api.testset.TestListResolver -
testTestListResolverWithMethods 0 s
- org/apache/maven/surefire/shared/utils/StringUtils -
testRegexRuleViolationMultipleHashmarkForMethods 0 s
- Could not initialize class org.apache.maven.surefire.api.testset.TestListResolver -
testDefaultPatternsMatching 0 s
- org/apache/maven/surefire/shared/utils/StringUtils -
testNegativeNonRegexClassAndMethod 0 s
- Could not initialize class org.apache.maven.surefire.api.testset.TestListResolver -
testMultipleExcludedClasses 0.001 s
- Could not initialize class org.apache.maven.surefire.api.testset.TestListResolver -
testMakeRegex 0 s
testRegexRuleViolationInvalidClassPattern 0 s
- Could not initialize class org.apache.maven.surefire.api.testset.TestListResolver -

ChannelsReaderTest

shouldValidateInput1 0.206 s
shouldValidateInput2 0.001 s
shouldValidateInput3 0 s
shouldValidateInput4 0 s
shouldReadZeroLength 0.002 s
shouldThrowExceptionOnRead 0.005 s
shouldThrowExceptionOnFuture1 0.011 s
shouldThrowExceptionOnFuture2 0.001 s
shouldThrowExceptionOnFuture3 0.001 s
bufferedChannel 0.001 s
shouldFailIfNotReadable 0.001 s
shouldClose 0.002 s
shouldOverflowBuffer 0.002 s
shouldRead 0.004 s
biggerBuffer 0 s
shouldFailIOnDirectBuffer 0.001 s
exactBufferSize 0 s
shouldNotClose 0 s
shouldUseFileChannel 0.013 s
shouldAlreadyClosed 0.001 s
shouldFailAfterClosed 0 s
shouldReadArray 0.001 s

TestsToRunTest

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

RunResultTest

testFailuresInFirstRun 0.001 s
testEmptySummaryShouldBeErrorFree 0.001 s

TempFileManagerTest

testDefaultInstance 0.008 s
testCreateTempFileAndDelete 0.001 s
testSubdirInstance 0 s
testDeleteOnExit 0 s
testFileCreateTempFile 0.001 s

ThreadedExecutionSchedulerTest

testAddTestJaggedResult 0.001 s
testAddTest 0 s

DefaultDirectoryScannerTest

testLocateTestClasses 0.001 s
- org/apache/maven/surefire/shared/utils/io/DirectoryScanner -

ObjectUtilsTest

shouldSupportSecurityManager 0 s
- org/apache/maven/surefire/shared/lang3/JavaVersion -

LegacyPojoStackTraceWriterTest

testWriteTrimmedTraceToString 0.003 s
testMultiLineMessage 0.001 s
testCausedBy 0 s

Failure Details

[Summary] [Package List] [Test Cases]


testCreateTempFile
- skipped: old not executing tests - to review
testEmptyMethodRegex
- java.lang.NoClassDefFoundError: org/apache/maven/surefire/shared/utils/StringUtils
-
testEmptyClassRegex
- java.lang.NoClassDefFoundError: org/apache/maven/surefire/shared/utils/StringUtils
-
testMatchSingleSegmentWildcard
- java.lang.NoClassDefFoundError: org/apache/maven/surefire/shared/utils/io/SelectorUtils
-
testMatchSingleSegmentWordWildcard
- java.lang.NoClassDefFoundError: org/apache/maven/surefire/shared/utils/io/SelectorUtils
-
testMatchSingleCharacterWildcard
- java.lang.NoClassDefFoundError: org/apache/maven/surefire/shared/utils/io/SelectorUtils
-
testMatchMultiSegmentWildcard
- java.lang.NoClassDefFoundError: org/apache/maven/surefire/shared/utils/io/SelectorUtils
-
testExcludes2
- java.lang.NoClassDefFoundError: org/apache/maven/surefire/shared/utils/StringUtils
-
testExcludes3
- java.lang.NoClassDefFoundError: org/apache/maven/surefire/shared/utils/StringUtils
-
testExcludes4
- java.lang.NoClassDefFoundError: org/apache/maven/surefire/shared/utils/StringUtils
-
testExcludes5
- java.lang.NoClassDefFoundError: org/apache/maven/surefire/shared/utils/StringUtils
-
testExcludes6
- java.lang.NoClassDefFoundError: org/apache/maven/surefire/shared/utils/StringUtils
-
testExcludes7
- java.lang.NoClassDefFoundError: org/apache/maven/surefire/shared/utils/StringUtils
-
testExcludes8
- java.lang.NoClassDefFoundError: org/apache/maven/surefire/shared/utils/StringUtils
-
testExcludes9
- java.lang.NoClassDefFoundError: org/apache/maven/surefire/shared/utils/StringUtils
-
testIncludes2
- java.lang.NoClassDefFoundError: org/apache/maven/surefire/shared/utils/StringUtils
-
testIncludes3
- java.lang.NoClassDefFoundError: org/apache/maven/surefire/shared/utils/StringUtils
-
testIncludes4
- java.lang.NoClassDefFoundError: org/apache/maven/surefire/shared/utils/StringUtils
-
testIncludes5
- java.lang.NoClassDefFoundError: org/apache/maven/surefire/shared/utils/StringUtils
-
testIncludes6
- java.lang.NoClassDefFoundError: org/apache/maven/surefire/shared/utils/StringUtils
-
testIncludes7
- java.lang.NoClassDefFoundError: org/apache/maven/surefire/shared/utils/StringUtils
-
testIncludes8
- java.lang.NoClassDefFoundError: org/apache/maven/surefire/shared/utils/StringUtils
-
testIncludes9
- java.lang.NoClassDefFoundError: org/apache/maven/surefire/shared/utils/StringUtils
-
testExcludes10
- java.lang.NoClassDefFoundError: org/apache/maven/surefire/shared/utils/StringUtils
-
testExcludes11
- java.lang.NoClassDefFoundError: org/apache/maven/surefire/shared/utils/StringUtils
-
testExcludes12
- java.lang.NoClassDefFoundError: org/apache/maven/surefire/shared/utils/StringUtils
-
testExcludes13
- java.lang.NoClassDefFoundError: org/apache/maven/surefire/shared/utils/StringUtils
-
testExcludes14
- java.lang.NoClassDefFoundError: org/apache/maven/surefire/shared/utils/StringUtils
-
testExcludes15
- java.lang.NoClassDefFoundError: org/apache/maven/surefire/shared/utils/StringUtils
-
testExcludes16
- java.lang.NoClassDefFoundError: org/apache/maven/surefire/shared/utils/StringUtils
-
testIncludes10
- java.lang.NoClassDefFoundError: org/apache/maven/surefire/shared/utils/StringUtils
-
testIncludes11
- java.lang.NoClassDefFoundError: org/apache/maven/surefire/shared/utils/StringUtils
-
testIncludes12
- java.lang.NoClassDefFoundError: org/apache/maven/surefire/shared/utils/StringUtils
-
testIncludes13
- java.lang.NoClassDefFoundError: org/apache/maven/surefire/shared/utils/StringUtils
-
testIncludes14
- java.lang.NoClassDefFoundError: org/apache/maven/surefire/shared/utils/StringUtils
-
testIncludes15
- java.lang.NoClassDefFoundError: org/apache/maven/surefire/shared/utils/StringUtils
-
testIncludes16
- java.lang.NoClassDefFoundError: org/apache/maven/surefire/shared/utils/StringUtils
-
test
- skipped: Can be flaky on slow machine
testRegexRuleViolationEnclosedMethodSeparator
- java.lang.NoClassDefFoundError: org/apache/maven/surefire/shared/utils/StringUtils
-
testNonRegexClassAndMethod
- java.lang.NoClassDefFoundError: Could not initialize class org.apache.maven.surefire.api.testset.TestListResolver
-
testShouldRunSuiteWithIncludedMethods
- java.lang.NoClassDefFoundError: Could not initialize class org.apache.maven.surefire.api.testset.TestListResolver
-
testClassFilter
- java.lang.NoClassDefFoundError: Could not initialize class org.apache.maven.surefire.api.testset.TestListResolver
-
testTestListResolverWithoutMethods
- java.lang.NoClassDefFoundError: org/apache/maven/surefire/shared/utils/StringUtils
-
testRegexRuleViolationMultipleHashmarkWithClassConstraint
- java.lang.NoClassDefFoundError: Could not initialize class org.apache.maven.surefire.api.testset.TestListResolver
-
testRegexSanity1
- java.lang.NoClassDefFoundError: Could not initialize class org.apache.maven.surefire.api.testset.TestListResolver
-
testRegexSanity2
- java.lang.NoClassDefFoundError: Could not initialize class org.apache.maven.surefire.api.testset.TestListResolver
-
testRegexSanity3
- java.lang.NoClassDefFoundError: Could not initialize class org.apache.maven.surefire.api.testset.TestListResolver
-
testDefaultPatternsNotMatching
- java.lang.NoClassDefFoundError: org/apache/maven/surefire/shared/utils/StringUtils
-
testRemoveExclamationMark
- java.lang.NoClassDefFoundError: Could not initialize class org.apache.maven.surefire.api.testset.TestListResolver
-
testUnwrappedRegex
- java.lang.NoClassDefFoundError: Could not initialize class org.apache.maven.surefire.api.testset.TestListResolver
-
testRegexRuleViolationInvalidMethodPattern
- java.lang.NoClassDefFoundError: Could not initialize class org.apache.maven.surefire.api.testset.TestListResolver
-
testRegexRuleViolationQuotedHashMark
- java.lang.NoClassDefFoundError: Could not initialize class org.apache.maven.surefire.api.testset.TestListResolver
-
testBrokenPatternThrowsException
- java.lang.NoClassDefFoundError: Could not initialize class org.apache.maven.surefire.api.testset.TestListResolver
-
testAndFilters
- java.lang.NoClassDefFoundError: Could not initialize class org.apache.maven.surefire.api.testset.TestListResolver
-
testWildcard
- java.lang.NoClassDefFoundError: Could not initialize class org.apache.maven.surefire.api.testset.TestListResolver
-
testShouldRunTestWithoutMethod
- java.lang.NoClassDefFoundError: Could not initialize class org.apache.maven.surefire.api.testset.TestListResolver
-
testUnwrapped
- java.lang.NoClassDefFoundError: Could not initialize class org.apache.maven.surefire.api.testset.TestListResolver
-
testShouldRunAny
- java.lang.NoClassDefFoundError: Could not initialize class org.apache.maven.surefire.api.testset.TestListResolver
-
testInclusiveWithDefaultExclusivePattern
- java.lang.NoClassDefFoundError: org/apache/maven/surefire/shared/utils/StringUtils
-
testShouldNotRunExcludedMethods
- java.lang.NoClassDefFoundError: Could not initialize class org.apache.maven.surefire.api.testset.TestListResolver
-
testMinRegexLength
- java.lang.NoClassDefFoundError: Could not initialize class org.apache.maven.surefire.api.testset.TestListResolver
-
testNonRegexClassAndMethods
- java.lang.NoClassDefFoundError: Could not initialize class org.apache.maven.surefire.api.testset.TestListResolver
-
testResolveTestRequest
- java.lang.NoClassDefFoundError: Could not initialize class org.apache.maven.surefire.api.testset.TestListResolver
-
testMultipleExcludedClassesOnly
- java.lang.NoClassDefFoundError: Could not initialize class org.apache.maven.surefire.api.testset.TestListResolver
-
testTestListResolverWithMethods
- java.lang.NoClassDefFoundError: org/apache/maven/surefire/shared/utils/StringUtils
-
testRegexRuleViolationMultipleHashmarkForMethods
- java.lang.NoClassDefFoundError: Could not initialize class org.apache.maven.surefire.api.testset.TestListResolver
-
testDefaultPatternsMatching
- java.lang.NoClassDefFoundError: org/apache/maven/surefire/shared/utils/StringUtils
-
testNegativeNonRegexClassAndMethod
- java.lang.NoClassDefFoundError: Could not initialize class org.apache.maven.surefire.api.testset.TestListResolver
-
testMultipleExcludedClasses
- java.lang.NoClassDefFoundError: Could not initialize class org.apache.maven.surefire.api.testset.TestListResolver
-
testRegexRuleViolationInvalidClassPattern
- java.lang.NoClassDefFoundError: Could not initialize class org.apache.maven.surefire.api.testset.TestListResolver
-
testLocateTestClasses
- java.lang.NoClassDefFoundError: org/apache/maven/surefire/shared/utils/io/DirectoryScanner
-
shouldSupportSecurityManager
- java.lang.NoClassDefFoundError: org/apache/maven/surefire/shared/lang3/JavaVersion
-