Package | Description |
---|---|
org.apache.maven.surefire.its | |
org.apache.maven.surefire.its.jiras |
Modifier and Type | Class and Description |
---|---|
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 |
AdditionalClasspathIT
Test additionalClasspathElements
|
class |
AggregateReportIT
Test report aggregation
|
class |
ArgLineIT
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 |
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 |
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 |
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 |
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 |
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 |
SystemPropertiesTestIT
Test system properties
|
class |
TestMethodPatternIT
Test project using -Dtest=mtClass#myMethod
|
class |
TestMultipleMethodsIT
Test project using -Dtest=mtClass#myMethod+myMethod2,secondClass#testMethod
|
class |
TestNgGroupsIT
Test that TestNG's @Test(threadPoolSize = n, invocationCount=n) causes tests to be run in parallel.
|
class |
TestNgParallelWithAnnotationsIT
Test that TestNG's @Test(threadPoolSize = n, invocationCount=n) causes tests to be run in parallel.
|
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 |
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 |
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 |
Surefire763EnvironmentForkModeIT
SUREFIRE-674 Asserts that the build fails when tests have errors
|
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 |
Surefire818NpeIgnoresTestsIT
SUREFIRE-818
|
class |
Surefire828EmptyGroupExprIT |
class |
Surefire832ProviderSelectionIT |
class |
Surefire839TestWithoutCategoriesIT |
class |
Surefire847AdditionalFailureIT |
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 |
Copyright © 2004–2013 The Apache Software Foundation. All rights reserved.