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 SummaryNested classes/interfaces inherited from class org.apache.tools.ant.taskdefs.optional.junitlauncher.confined.TestDefinitionTestDefinition.ForkedRepresentation
- 
Field SummaryFields inherited from class org.apache.tools.ant.taskdefs.optional.junitlauncher.confined.TestDefinitionexcludeEngines, failureProperty, forkDefinition, haltOnFailure, ifProperty, includeEngines, listeners, outputDir, unlessProperty
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidadd(ResourceCollection resourceCollection) static List<TestDefinition>protected List<TestDefinition.ForkedRepresentation>Methods inherited from class org.apache.tools.ant.taskdefs.optional.junitlauncher.confined.TestDefinitionaddConfiguredListener, createFork, getExcludeEngines, getFailureProperty, getIncludeEngines, getListeners, getOutputDir, isHaltOnFailure, setExcludeEngines, setFailureProperty, setHaltOnFailure, setIf, setIncludeEngines, setOutputDir, setUnless, shouldRun
- 
Constructor Details- 
TestClassespublic TestClasses()
 
- 
- 
Method Details- 
add
- 
getTestClassNames
- 
toForkedRepresentationsprotected List<TestDefinition.ForkedRepresentation> toForkedRepresentations() throws IllegalStateException- Specified by:
- toForkedRepresentationsin class- TestDefinition
- Throws:
- IllegalStateException
 
- 
fromForkedRepresentationpublic static List<TestDefinition> fromForkedRepresentation(XMLStreamReader reader) throws XMLStreamException - Throws:
- XMLStreamException
 
 
-