Package | Description |
---|---|
org.apache.maven.surefire.its | |
org.apache.maven.surefire.its.jiras |
Modifier and Type | Class and Description |
---|---|
class |
AbstractFailFastIT
Base test class for SUREFIRE-580, configuration parameter skipAfterFailureCount.
|
class |
AbstractTestCaseIT
Test files with "Abstract" in their name that aren't really abstract,
and abstract classes that don't say "Abstract" in their name
|
class |
AbstractTestMultipleMethodPatterns
Test project using multiple method patterns, including wildcards in class and method names.
|
class |
AdditionalClasspathIT
Test additionalClasspathElements
|
class |
AggregateReportIT
Test report aggregation
|
class |
ArgLineIT
Test passing an argLine parameter
|
class |
ArgLinePropertiesIT
Test passing an argLine parameter
|
class |
CheckSingleTestIT
Test running a single test with -Dtest=BasicTest
|
class |
CheckTestFailIfNoTestsForkModeIT
Test failIfNoTests with various forkModes.
|
class |
CheckTestFailIfNoTestsIT
Test failIfNoTests
|
class |
CheckTestNgBeforeMethodFailureIT
Test failures in @BeforeMethod annotation on TestNg suite
|
class |
CheckTestNgBeforeMethodIT
Test @BeforeMethod annotation on TestNg suite
|
class |
CheckTestNgCustomObjectFactoryIT
Test TestNG with custom object factory defined.
|
class |
CheckTestNgCustomTestRunnerFactoryIT
Test TestNG with custom test runner factory defined.
|
class |
CheckTestNgExecuteErrorIT
Test for checking that the output from a forked suite is properly captured even if the suite encounters a severe error.
|
class |
CheckTestNgGroupThreadParallelIT
Test TestNG groups, together with TestNG parallelism
|
class |
CheckTestNgJdk14IT
Test TestNG running in the JDK 1.4 JavaDoc style
|
class |
CheckTestNgListenerReporterIT
Test simple TestNG listener and reporter
|
class |
CheckTestNgListenersIT
Test annotation-based TestNG listener
|
class |
CheckTestNgPathWithSpacesIT
Test TestNG test in a directory with spaces
|
class |
CheckTestNgReportTestIT
Test surefire-report on TestNG test
|
class |
CheckTestNgSuiteXmlIT
Test simple TestNG suite XML file
|
class |
CheckTestNgSuiteXmlSingleIT
Use -Dtest to run a single TestNG test, overriding the suite XML parameter.
|
class |
CheckTestNgVersionsIT
Basic suite test using all known versions of TestNG.
|
class |
ClasspathFilteringIT
Test additionalClasspathElements
|
class |
ClassPathOrderIT
Test for checking the order of class path elements
|
class |
ClasspathScopeFilteringIT
Test additionalClasspathElements
|
class |
ConsoleOutputIT
Basic suite test using all known versions of JUnit 4.x
|
class |
CrashDetectionIT |
class |
DefaultConfigurationIT
Test basic default configuration, runs the JUnit 3 test in the src/test directory.
|
class |
EnvironmentVariableIT
Test basic default configuration, runs the JUnit 3 test in the src/test directory.
|
class |
EnvironmentVariablesIT
SUREFIRE-763 Asserts that environment variables are correctly populated using "useSystemClassLoader=false"
SUREFIRE-963 Asserts that empty environment variables are read as "".
|
class |
FailFastJUnitIT
Test class for SUREFIRE-580, configuration parameter skipAfterFailureCount.
|
class |
FailFastTestNgIT
Test class for SUREFIRE-580, configuration parameter skipAfterFailureCount.
|
class |
ForkConsoleOutputIT
Asserts proper behaviour of console output when forking
SUREFIRE-639
SUREFIRE-651
|
class |
ForkConsoleOutputWithErrorsIT
Asserts proper behaviour of console output when forking
SUREFIRE-639
SUREFIRE-651
|
class |
ForkModeIT
Test forkMode
|
class |
ForkModeMultiModuleIT
Test forkMode in a multi module project with parallel maven builds
|
class |
ForkModeTestNGIT
Test forkMode
|
class |
IncludesExcludesFromFileIT
Test include/exclude from files.
|
class |
IncludesExcludesIT
Test include/exclude patterns.
|
class |
JUnit44HamcrestIT
Test project using JUnit4.4 (including Hamcrest extensions)
|
class |
Junit47concurrencyIT
Basic suite test using all known versions of JUnit 4.x
|
class |
JUnit47ParallelIT
Testing JUnitCoreWrapper with ParallelComputerBuilder.
|
class |
JUnit47ParallelNotThreadSafeIT
Testing
@net.jcip.annotations.NotThreadSafe with ParallelComputerBuilder. |
class |
JUnit47RedirectOutputIT |
class |
Junit47StaticInnerClassTestsIT |
class |
Junit47WithCucumberIT
Tests the JUnit 47 provider with the cucumber runner.
|
class |
JUnit48TestCategoriesIT
Test project using "groups" support
|
class |
JUnit4ForkAlwaysStaticInitPollutionIT
Test JUnit 4 tests marked with "Ignore" attribute
|
class |
Junit4IgnoreIT
Test JUnit 4 tests marked with "Ignore" attribute
|
class |
JUnit4RerunFailingTestsIT
JUnit4 RunListener Integration Test.
|
class |
JUnit4RunListenerIT
JUnit4 RunListener Integration Test.
|
class |
Junit4VersionsIT
Basic suite test using all known versions of JUnit 4.x
|
class |
JUnitDepIT
Test project using JUnit4.4 -dep.
|
class |
NoRunnableTestsInClassIT
SUREFIRE-621 Asserts proper test counts when running junit 3 tests in parallel
|
class |
PlainOldJavaClasspathIT
Test useManifestOnlyJar option
|
class |
PlexusConflictIT
Test library using a conflicting version of plexus-utils
|
class |
PojoSimpleIT
Test support for POJO tests.
|
class |
ReportersIT
Asserts proper behaviour of console output when forking
SUREFIRE-679
|
class |
ResultCountingIT
Verifies that the providers get the result summary at the bottom of the run correctly, in different forkmodes
SUREFIRE-613 Asserts proper test counts when running in parallel
|
class |
RunOrderIT
Verifies the runOrder setting and its effect
|
class |
RunOrderParallelForksIT |
class |
SiblingAggregatorIT
Test aggregator as a sibling to child modules; invokes modules as "../child"
|
class |
SmartStackTraceIT
IT of smart stack trace parser
|
class |
Surefire1179IT
Fix for TestNG parameter -dataproviderthreadcount.
|
class |
SystemPropertiesTestIT
Test system properties
|
class |
TestMethodPatternIT
Test project using -Dtest=mtClass#myMethod
|
class |
TestMultipleMethodPatternsIT
JUnit test project using multiple method patterns, including wildcards in class and method names.
|
class |
TestMultipleMethodPatternsTestNGIT
TestNG test project using multiple method patterns, including wildcards in class and method names.
|
class |
TestMultipleMethodsIT
Test project using -Dtest=mtClass#myMethod+myMethod2,secondClass#testMethod
|
class |
TestNgGroupsIT
Test the group filter for TestNG
|
class |
TestNgParallelWithAnnotationsIT
Test that TestNG's @Test(threadPoolSize = n, invocationCount=n) causes tests to be run in parallel.
|
class |
TestNgSuccessPercentageIT
Test that TestNG's @Test(successPercentage = n, invocationCount=n) passes so long as successPercentage tests
have passed.
|
class |
TestSingleMethodIT
Test project using -Dtest=mtClass#myMethod
|
class |
TimeoutForkedTestIT
Test
|
class |
TwoTestCasesIT
Test running two test cases; confirms reporting works correctly
|
class |
UmlautDirIT
Test a directory with an umlaut
|
class |
UnicodeTestNamesIT
Verifies unicode filenames pass through correctly.
|
class |
UseIsolatedClassLoaderIT
Test useSystemClassLoader option
|
class |
WorkingDirectoryIsInvalidPropertyIT
Test when the configured working directory is an invalid property, SUREFIRE-715
|
class |
WorkingDirectoryIT
Test working directory configuration, SUREFIRE-416
|
class |
WorkingDirectoryMissingIT
Test when the configured working directory does not exist, SUREFIRE-607
|
class |
XmlReporterRunTimeIT
Test reported runtime
|
Modifier and Type | Class and Description |
---|---|
class |
Surefire1024VerifyFailsafeIfTestedIT
"verify" goal ignores "dependenciesToScan" parameter when checking tests existence
|
class |
Surefire1028UnableToRunSingleTest
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 |
class |
Surefire1036NonFilterableJUnitRunnerWithCategoriesIT |
class |
Surefire1041FailingJUnitRunnerIT
SUREFIRE-1041: An error in a JUnit runner should not lead to an error in Surefire
|
class |
Surefire1053SystemPropertiesIT |
class |
Surefire1055CorrectConcurrentTestCountIT
SUREFIRE-1055 Correct test count in parallel run mode.
|
class |
Surefire1080ParallelForkDoubleTestIT
Description of SUREFIRE-1080:
There are 9 tests in total in the attached project, and mvn test will show 9 tests run.
|
class |
Surefire1082ParallelJUnitParameterizedIT |
class |
Surefire1095NpeInRunListener
In the surefire plugin, it is possible to specify one or more RunListener when running tests with JUnit.
|
class |
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.
|
class |
Surefire1122ParallelAndFlakyTestsIT |
class |
Surefire1135ImproveIgnoreMessageForTestNGIT
Test surefire-report on TestNG test
|
class |
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.
|
class |
Surefire1144XmlRunTimeIT
Test that runtime reported on console matches runtime in XML
|
class |
Surefire1146RerunFailedAndParameterized |
class |
Surefire1152RerunFailingTestsInSuiteIT
SUREFIRE-1152 Assert rerunFailingTestsCount works with test suites
|
class |
Surefire1153IncludesAndSpecifiedTestIT |
class |
Surefire1177TestngParallelSuitesIT
IT for https://issues.apache.org/jira/browse/SUREFIRE-1177
|
class |
Surefire1185DoNotSpawnTestsIT
Surefire 2.19 spawns unnecessary tests in surefire-junit4 provider.
|
class |
Surefire1202RerunAndSkipIT
Allow rerunFailingTestsCount, skipAfterFailureCount together
|
class |
Surefire1209RerunAndForkCountIT |
class |
Surefire1211JUnitTestNgIT |
class |
Surefire141PluggableProvidersIT
SUREFIRE-613 Asserts proper test counts when running in parallel
|
class |
Surefire146ForkPerTestNoSetupIT
Test Surefire-146 (forkMode=pertest fails to call setUp)
|
class |
Surefire162CharsetProviderIT
Test charset provider (SUREFIRE-162)
|
class |
Surefire224WellFormedXmlFailuresIT
Test Surefire-224 (XML test reports are not well-formed when failure message contains quotes)
|
class |
Surefire257NotRerunningTestsIT
Test Surefire-257 Verifies that surefire does not re-run tests in site build
|
class |
Surefire260TestWithIdenticalNamesIT
Test Surefire-570 Multiple report directories
|
class |
Surefire34SecurityManagerIT
SUREFIRE-621 Asserts proper test counts when running junit 3 tests in parallel
|
class |
Surefire376TestNgAfterSuiteFailureIT
Test Surefire-376 (TestNG @AfterSuite failures are ignored)
|
class |
Surefire377TestNgAndJUnitTogetherIT
SUREFIRE-377 (When JUnit and TestNG tests are in same project, only one set gets run).
|
class |
Surefire408ManualProviderSelectionIT
SUREFIRE-613 Asserts proper test counts when running in parallel
|
class |
Surefire42NotExtendingTestCaseIT
Test JUnit test that contains inner classes
|
class |
Surefire44InnerClassTestIT
Test JUnit test that contains inner classes
|
class |
Surefire500PuzzlingErrorIT
SUREFIRE-500 Asserts correct error handling for the "odd" surefire-500 (and 625) issues.
|
class |
Surefire510TestClassPathForkModesIT
SUREFIRE-621 Asserts proper test counts when running junit 3 tests in parallel
|
class |
Surefire569RunTestFromDependencyJarsIT
SUREFIRE-569 Add support for scanning Dependencies for TestClasses
|
class |
Surefire570MultipleReportDirectoriesIT
Test Surefire-570 Multiple report directories
|
class |
Surefire613TestCountInParallelIT
SUREFIRE-613 Asserts proper test counts when running in parallel
|
class |
Surefire621TestCountingJunit3InParallelIT
SUREFIRE-621 Asserts proper test counts when running junit 3 tests in parallel
|
class |
Surefire628ConsoleOutputBeforeAndAfterClassIT
Asserts that console output always goes somewhere ;)
|
class |
Surefire634UnsettableSystemPropertiesWarningIT
SUREFIRE-634 Verifies error message on unsettable system properties
|
class |
Surefire649EmptyStringSystemPropertiesIT |
class |
Surefire673MockitoIT
SUREFIRE-673 Asserts that a given mockito build works as it should (classloader problem in 2.7)
|
class |
Surefire674BuildFailingWhenErrorsIT
SUREFIRE-674 Asserts that the build fails when tests have errors
|
class |
Surefire674BuildFailingWhenFailsafeErrorsIT
SUREFIRE-674 Asserts that the build fails when tests have errors
|
class |
Surefire685CommaSeparatedIncludesIT
SUREFIRE-685 Asserts that only the specified tests are run with comma separated includes
|
class |
Surefire697NiceSummaryIT
SUREFIRE-697 Asserts proper truncation of long exception messages Some say testing this is a bit over the top.
|
class |
Surefire705ParallelForkTimeoutIT
Test
|
class |
Surefire733AllOverrridesCapturedIT |
class |
Surefire735ForkFailWithRedirectConsoleOutputIT |
class |
Surefire740TruncatedCommaIT
Test Surefire-740 Truncated comma with non us locale
|
class |
Surefire747MethodParallelWithSuiteCountIT |
class |
Surefire772BothReportsIT
Test Surefire-740 Truncated comma with non us locale
|
class |
Surefire772NoFailsafeReportsIT
Test Surefire-740 Truncated comma with non us locale
|
class |
Surefire772NoSurefireReportsIT
Test Surefire-740 Truncated comma with non us locale
|
class |
Surefire772SpecifiedReportsIT
Test Surefire-740 Truncated comma with non us locale
|
class |
Surefire801ForkModeNoneClassLoaderIT
Test
|
class |
Surefire803MultiFailsafeExecsIT |
class |
Surefire806SpecifiedTestControlsIT |
class |
Surefire809GroupExpressionsIT |
class |
Surefire812Log4JClassLoaderIT |
class |
Surefire817SystemExitIT |
class |
Surefire818NpeIgnoresTestsIT
SUREFIRE-818
|
class |
Surefire828EmptyGroupExprIT |
class |
Surefire832ProviderSelectionIT |
class |
Surefire839TestWithoutCategoriesIT |
class |
Surefire847AdditionalFailureIT |
class |
Surefire855AllowFailsafeUseArtifactFileIT |
class |
Surefire901MIssingResultfileWhenNoTestsIT
Failsafe should work with early return when no tests
s
|
class |
Surefire907PerThreadWithoutThreadCountIT |
class |
Surefire920TestFailureIgnoreWithTimeoutIT |
class |
Surefire926FailureWith2ProvidersIT |
class |
Surefire930TestNgSuiteXmlIT |
class |
Surefire943ReportContentIT |
class |
Surefire946KillMainProcessInReusableForkIT |
class |
Surefire972BizarreNoClassDefIT |
class |
Surefire975DefaultVMEncodingIT |
class |
Surefire979WrongClassLoaderIT |
class |
Surefire985ParameterizedRunnerAndCategoriesIT |
class |
Surefire995CategoryInheritanceIT |
Copyright © 2004–2015 The Apache Software Foundation. All rights reserved.