Class TestClasses
java.lang.Object
org.apache.tools.ant.taskdefs.optional.junitlauncher.confined.TestDefinition
org.apache.tools.ant.taskdefs.optional.junitlauncher.confined.TestClasses
Represents a
testclasses
that's configured to be launched by the JUnitLauncherTask
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.tools.ant.taskdefs.optional.junitlauncher.confined.TestDefinition
TestDefinition.ForkedRepresentation
-
Field Summary
Fields inherited from class org.apache.tools.ant.taskdefs.optional.junitlauncher.confined.TestDefinition
excludeEngines, failureProperty, forkDefinition, haltOnFailure, ifProperty, includeEngines, listeners, outputDir, unlessProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
add
(ResourceCollection resourceCollection) static List
<TestDefinition> protected List
<TestDefinition.ForkedRepresentation> Methods inherited from class org.apache.tools.ant.taskdefs.optional.junitlauncher.confined.TestDefinition
addConfiguredListener, createFork, getExcludeEngines, getFailureProperty, getIncludeEngines, getListeners, getOutputDir, isHaltOnFailure, setExcludeEngines, setFailureProperty, setHaltOnFailure, setIf, setIncludeEngines, setOutputDir, setUnless, shouldRun
-
Constructor Details
-
TestClasses
public TestClasses()
-
-
Method Details
-
add
-
getTestClassNames
-
toForkedRepresentations
protected List<TestDefinition.ForkedRepresentation> toForkedRepresentations() throws IllegalStateException- Specified by:
toForkedRepresentations
in classTestDefinition
- Throws:
IllegalStateException
-
fromForkedRepresentation
public static List<TestDefinition> fromForkedRepresentation(XMLStreamReader reader) throws XMLStreamException - Throws:
XMLStreamException
-