| Class | Description |
|---|---|
| Surefire1024VerifyFailsafeIfTestedIT |
"verify" goal ignores "dependenciesToScan" parameter when checking tests existence
|
| Surefire1028UnableToRunSingleIT |
Plugin Configuration: parallel=classes
With Surefire 2.15 $ mvn test -Dtest=MyTest#testFoo
Results:
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
With Surefire 2.16 $ mvn test -Dtest=MyTest#testFoo
Results: Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 |
| Surefire1036NonFilterableJUnitRunnerWithCategoriesIT | |
| Surefire1041FailingJUnitRunnerIT |
SUREFIRE-1041: An error in a JUnit runner should not lead to an error in Surefire
|
| Surefire1053SystemPropertiesIT | |
| Surefire1055CorrectConcurrentTestCountIT |
SUREFIRE-1055 Correct test count in parallel run mode.
|
| Surefire1080ParallelForkDoubleTestIT |
Description of SUREFIRE-1080:
There are 9 tests in total in the attached project, and mvn test will show 9 tests run. |
| Surefire1082ParallelJUnitParameterizedIT | |
| Surefire1095NpeInRunListener | |
| Surefire1098BalancedRunOrderIT |
The purpose of this IT is to assert that the run order of test classes is according to the settings:
runOrder=balanced parallel=classes threadCount=2 perCoreThreadCount=false The list of tests should be reordered to (DTest, CTest, BTest, ATest) in the second run. |
| Surefire1122ParallelAndFlakyTestsIT | |
| Surefire1135ImproveIgnoreMessageForTestNGIT |
Test surefire-report on TestNG test
|
| Surefire1136CwdPropagationInForkedModeIT |
SUREFIRE-1136 Correct current working directory propagation in forked mode
Note: variables expansion behaves differently on MVN 2.x since not existing variables
are resolved to 'null' value so that ${surefire.forkNumber} cannot work.
|
| Surefire1144XmlRunTimeIT |
Test that runtime reported on console matches runtime in XML
|
| Surefire1146RerunFailedAndParameterized | |
| Surefire1152RerunFailingTestsInSuiteIT |
SUREFIRE-1152 Assert rerunFailingTestsCount works with test suites
|
| Surefire1153IncludesAndSpecifiedTestIT | |
| Surefire1158RemoveInfoLinesIT | |
| Surefire1177TestngParallelSuitesIT |
IT for https://issues.apache.org/jira/browse/SUREFIRE-1177
|
| Surefire1179IT |
Fix for TestNG parameter -dataproviderthreadcount.
|
| Surefire1185DoNotSpawnTestsIT |
Surefire 2.19 spawns unnecessary tests in surefire-junit4 provider.
|
| Surefire1202RerunAndSkipIT |
Allow rerunFailingTestsCount, skipAfterFailureCount together
|
| Surefire1209RerunAndForkCountIT | |
| Surefire1211JUnitTestNgIT | |
| Surefire1260NewTestsPattern |
Added included pattern Tests.java.
|
| Surefire1264IT | |
| Surefire1265Java9IT | |
| Surefire1278GroupNameEndingIT |
Test the group filter for TestNG
|
| Surefire1295AttributeJvmCrashesToTestsIT |
https://issues.apache.org/jira/browse/SUREFIRE-1295
https://github.com/apache/maven-surefire/pull/136
|
| Surefire1364SystemPropertiesIT |
Report XML should contain system properties of forked JVM.
|
| Surefire1367AssumptionLogsIT | |
| Surefire1383ScanSessionDependenciesIT | |
| Surefire1396CustomProviderClassPathIT | |
| Surefire141PluggableProvidersIT |
SUREFIRE-613 Asserts proper test counts when running in parallel
|
| Surefire146ForkPerTestNoSetupIT |
Test Surefire-146 (forkMode=pertest fails to call setUp)
|
| Surefire1490ReportTitleDescriptionIT | |
| Surefire1535TestNGParallelSuitesIT | |
| Surefire162CharsetProviderIT |
Test charset provider (SUREFIRE-162)
|
| Surefire224WellFormedXmlFailuresIT |
Test Surefire-224 (XML test reports are not well-formed when failure message contains quotes)
|
| Surefire257NotRerunningTestsIT |
Test Surefire-257 Verifies that surefire does not re-run tests in site build
|
| Surefire260TestWithIdenticalNamesIT |
Test Surefire-570 Multiple report directories
|
| Surefire34SecurityManagerIT |
SUREFIRE-621 Asserts proper test counts when running junit 3 tests in parallel
|
| Surefire376TestNgAfterSuiteFailureIT |
Test Surefire-376 (TestNG @AfterSuite failures are ignored)
|
| Surefire377TestNgAndJUnitTogetherIT |
SUREFIRE-377 (When JUnit and TestNG tests are in same project, only one set gets run).
|
| Surefire408ManualProviderSelectionIT |
SUREFIRE-613 Asserts proper test counts when running in parallel
|
| Surefire42NotExtendingTestCaseIT |
Test JUnit test that contains inner classes
|
| Surefire44InnerClassTestIT |
Test JUnit test that contains inner classes
|
| Surefire500PuzzlingErrorIT |
SUREFIRE-500 Asserts correct error handling for the "odd" surefire-500 (and 625) issues.
|
| Surefire510TestClassPathForkModesIT |
SUREFIRE-621 Asserts proper test counts when running junit 3 tests in parallel
|
| Surefire569RunTestFromDependencyJarsIT |
SUREFIRE-569 Add support for scanning Dependencies for TestClasses
|
| Surefire570MultipleReportDirectoriesIT |
Test Surefire-570 Multiple report directories
|
| Surefire613TestCountInParallelIT |
SUREFIRE-613 Asserts proper test counts when running in parallel
|
| Surefire621TestCountingJunit3InParallelIT |
SUREFIRE-621 Asserts proper test counts when running junit 3 tests in parallel
SUREFIRE-1264 Some tests can be lost when running in parallel with parameterized tests Removed decision making with JUnit3 in TestSet class during Jira activity of SUREFIRE-1264
which results in one hot spot where the test class is determined (see JUnitCoreRunListener#fillTestCountMap()). |
| Surefire628ConsoleOutputBeforeAndAfterClassIT |
Asserts that console output always goes somewhere ;)
|
| Surefire634UnsettableSystemPropertiesWarningIT |
SUREFIRE-634 Verifies error message on unsettable system properties
|
| Surefire649EmptyStringSystemPropertiesIT | |
| Surefire673MockitoIT |
SUREFIRE-673 Asserts that a given mockito build works as it should (classloader problem in 2.7)
|
| Surefire674BuildFailingWhenErrorsIT |
SUREFIRE-674 Asserts that the build fails when tests have errors
|
| Surefire674BuildFailingWhenFailsafeErrorsIT |
SUREFIRE-674 Asserts that the build fails when tests have errors
|
| Surefire685CommaSeparatedIncludesIT |
SUREFIRE-685 Asserts that only the specified tests are run with comma separated includes
|
| Surefire697NiceSummaryIT |
SUREFIRE-697 Asserts proper truncation of long exception messages Some say testing this is a bit over the top.
|
| Surefire705ParallelForkTimeoutIT |
Test
|
| Surefire733AllOverrridesCapturedIT | |
| Surefire735ForkFailWithRedirectConsoleOutputIT | |
| Surefire740TruncatedCommaIT |
Test Surefire-740 Truncated comma with non us locale
|
| Surefire747MethodParallelWithSuiteCountIT | |
| Surefire772BothReportsIT |
Test Surefire-740 Truncated comma with non us locale
|
| Surefire772NoFailsafeReportsIT |
Test Surefire-740 Truncated comma with non us locale
|
| Surefire772NoSurefireReportsIT |
Test Surefire-740 Truncated comma with non us locale
|
| Surefire772SpecifiedReportsIT |
Test Surefire-740 Truncated comma with non us locale
|
| Surefire801ForkModeNoneClassLoaderIT |
Test
|
| Surefire803MultiFailsafeExecsIT | |
| Surefire806SpecifiedTestControlsIT | |
| Surefire809GroupExpressionsIT | |
| Surefire812Log4JClassLoaderIT | |
| Surefire817SystemExitIT | |
| Surefire818NpeIgnoresTestsIT |
SUREFIRE-818
|
| Surefire828EmptyGroupExprIT | |
| Surefire832ProviderSelectionIT | |
| Surefire839TestWithoutCategoriesIT | |
| Surefire847AdditionalFailureIT | |
| Surefire855AllowFailsafeUseArtifactFileIT | |
| Surefire901MIssingResultfileWhenNoTestsIT |
Failsafe should work with early return when no tests
s
|
| Surefire907PerThreadWithoutThreadCountIT | |
| Surefire920TestFailureIgnoreWithTimeoutIT | |
| Surefire926FailureWith2ProvidersIT | |
| Surefire930TestNgSuiteXmlIT | |
| Surefire943ReportContentIT | |
| Surefire946KillMainProcessInReusableForkIT | |
| Surefire972BizarreNoClassDefIT | |
| Surefire975DefaultVMEncodingIT | |
| Surefire979WrongClassLoaderIT | |
| Surefire985ParameterizedRunnerAndCategoriesIT | |
| Surefire995CategoryInheritanceIT |
| Enum | Description |
|---|---|
| Surefire1295AttributeJvmCrashesToTestsIT.ForkMode |
Copyright © 2004–2019 The Apache Software Foundation. All rights reserved.