Interface | Description |
---|---|
Not2xCompatible |
Marks an integration test as not compatible with 2.2.1
|
Class | Description |
---|---|
AbstractFailFastIT |
Base test class for SUREFIRE-580, configuration parameter skipAfterFailureCount.
|
AbstractTestCaseIT |
Test files with "Abstract" in their name that aren't really abstract,
and abstract classes that don't say "Abstract" in their name
|
AbstractTestMultipleMethodPatterns |
Test project using multiple method patterns, including wildcards in class and method names.
|
AdditionalClasspathIT |
Test additionalClasspathElements
|
AggregateReportIT |
Test report aggregation
|
ArgLineIT |
Test passing an argLine parameter
|
ArgLinePropertiesIT |
Test passing an argLine parameter
|
CheckSingleTestIT |
Test running a single test with -Dtest=BasicTest
|
CheckTestFailIfNoTestsForkModeIT |
Test failIfNoTests with various forkModes.
|
CheckTestFailIfNoTestsIT |
Test failIfNoTests
|
CheckTestNgBeforeMethodFailureIT |
Test failures in @BeforeMethod annotation on TestNg suite
|
CheckTestNgBeforeMethodIT |
Test @BeforeMethod annotation on TestNg suite
|
CheckTestNgCustomObjectFactoryIT |
Test TestNG with custom object factory defined.
|
CheckTestNgCustomTestRunnerFactoryIT |
Test TestNG with custom test runner factory defined.
|
CheckTestNgExecuteErrorIT |
Test for checking that the output from a forked suite is properly captured even if the suite encounters a severe error.
|
CheckTestNgGroupThreadParallelIT |
Test TestNG groups, together with TestNG parallelism
|
CheckTestNgJdk14IT |
Test TestNG running in the JDK 1.4 JavaDoc style
|
CheckTestNgListenerReporterIT |
Test simple TestNG listener and reporter
|
CheckTestNgListenersIT |
Test annotation-based TestNG listener
|
CheckTestNgPathWithSpacesIT |
Test TestNG test in a directory with spaces
|
CheckTestNgReportTestIT |
Test surefire-report on TestNG test
|
CheckTestNgSuiteXmlIT |
Test simple TestNG suite XML file
|
CheckTestNgSuiteXmlSingleIT |
Use -Dtest to run a single TestNG test, overriding the suite XML parameter.
|
CheckTestNgVersionsIT |
Basic suite test using all known versions of TestNG.
|
ClasspathFilteringIT |
Test additionalClasspathElements
|
ClassPathOrderIT |
Test for checking the order of class path elements
|
ClasspathScopeFilteringIT |
Test additionalClasspathElements
|
ConsoleOutputIT |
Basic suite test using all known versions of JUnit 4.x
|
CrashDetectionIT | |
DefaultConfigurationIT |
Test basic default configuration, runs the JUnit 3 test in the src/test directory.
|
EnvironmentVariableIT |
Test basic default configuration, runs the JUnit 3 test in the src/test directory.
|
EnvironmentVariablesIT |
SUREFIRE-763 Asserts that environment variables are correctly populated using "useSystemClassLoader=false"
SUREFIRE-963 Asserts that empty environment variables are read as "".
|
FailFastJUnitIT |
Test class for SUREFIRE-580, configuration parameter skipAfterFailureCount.
|
FailFastTestNgIT |
Test class for SUREFIRE-580, configuration parameter skipAfterFailureCount.
|
ForkConsoleOutputIT |
Asserts proper behaviour of console output when forking
SUREFIRE-639
SUREFIRE-651
|
ForkConsoleOutputWithErrorsIT |
Asserts proper behaviour of console output when forking
SUREFIRE-639
SUREFIRE-651
|
ForkModeIT |
Test forkMode
|
ForkModeMultiModuleIT |
Test forkMode in a multi module project with parallel maven builds
|
ForkModeTestNGIT |
Test forkMode
|
IncludesExcludesFromFileIT |
Test include/exclude from files.
|
IncludesExcludesIT |
Test include/exclude patterns.
|
JUnit44HamcrestIT |
Test project using JUnit4.4 (including Hamcrest extensions)
|
Junit47concurrencyIT |
Basic suite test using all known versions of JUnit 4.x
|
JUnit47ParallelIT |
Testing JUnitCoreWrapper with ParallelComputerBuilder.
|
JUnit47ParallelNotThreadSafeIT |
Testing
@net.jcip.annotations.NotThreadSafe with ParallelComputerBuilder. |
JUnit47RedirectOutputIT | |
Junit47StaticInnerClassTestsIT | |
Junit47WithCucumberIT |
Tests the JUnit 47 provider with the cucumber runner.
|
JUnit48TestCategoriesIT |
Test project using "groups" support
|
JUnit4ForkAlwaysStaticInitPollutionIT |
Test JUnit 4 tests marked with "Ignore" attribute
|
Junit4IgnoreIT |
Test JUnit 4 tests marked with "Ignore" attribute
|
JUnit4RerunFailingTestsIT |
JUnit4 RunListener Integration Test.
|
JUnit4RunListenerIT |
JUnit4 RunListener Integration Test.
|
Junit4VersionsIT |
Basic suite test using all known versions of JUnit 4.x
|
JUnitDepIT |
Test project using JUnit4.4 -dep.
|
NoRunnableTestsInClassIT |
SUREFIRE-621 Asserts proper test counts when running junit 3 tests in parallel
|
PlainOldJavaClasspathIT |
Test useManifestOnlyJar option
|
PlexusConflictIT |
Test library using a conflicting version of plexus-utils
|
PojoSimpleIT |
Test support for POJO tests.
|
ReportersIT |
Asserts proper behaviour of console output when forking
SUREFIRE-679
|
ReporterTime | |
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
|
RunOrderIT |
Verifies the runOrder setting and its effect
|
RunOrderParallelForksIT | |
SiblingAggregatorIT |
Test aggregator as a sibling to child modules; invokes modules as "../child"
|
SmartStackTraceIT |
IT of smart stack trace parser
|
Surefire1179IT |
Fix for TestNG parameter -dataproviderthreadcount.
|
SystemPropertiesTestIT |
Test system properties
|
TestMethodPatternIT |
Test project using -Dtest=mtClass#myMethod
|
TestMultipleMethodPatternsIT |
JUnit test project using multiple method patterns, including wildcards in class and method names.
|
TestMultipleMethodPatternsTestNGIT |
TestNG test project using multiple method patterns, including wildcards in class and method names.
|
TestMultipleMethodsIT |
Test project using -Dtest=mtClass#myMethod+myMethod2,secondClass#testMethod
|
TestNgGroupsIT |
Test the group filter for TestNG
|
TestNgParallelWithAnnotationsIT |
Test that TestNG's @Test(threadPoolSize = n, invocationCount=n) causes tests to be run in parallel.
|
TestNgSuccessPercentageIT |
Test that TestNG's @Test(successPercentage = n, invocationCount=n) passes so long as successPercentage tests
have passed.
|
TestSingleMethodIT |
Test project using -Dtest=mtClass#myMethod
|
TimeoutForkedTestIT |
Test
|
TwoTestCasesIT |
Test running two test cases; confirms reporting works correctly
|
UmlautDirIT |
Test a directory with an umlaut
|
UnicodeTestNamesIT |
Verifies unicode filenames pass through correctly.
|
UseIsolatedClassLoaderIT |
Test useSystemClassLoader option
|
WorkingDirectoryIsInvalidPropertyIT |
Test when the configured working directory is an invalid property, SUREFIRE-715
|
WorkingDirectoryIT |
Test working directory configuration, SUREFIRE-416
|
WorkingDirectoryMissingIT |
Test when the configured working directory does not exist, SUREFIRE-607
|
XmlReporterRunTimeIT |
Test reported runtime
|
Copyright © 2004–2015 The Apache Software Foundation. All rights reserved.