Class TestClasses
- java.lang.Object
- 
- org.apache.tools.ant.taskdefs.optional.junitlauncher.confined.TestDefinition
- 
- org.apache.tools.ant.taskdefs.optional.junitlauncher.confined.TestClasses
 
 
- 
 public class TestClasses extends TestDefinition Represents atestclassesthat's configured to be launched by theJUnitLauncherTask
- 
- 
Field Summary- 
Fields inherited from class org.apache.tools.ant.taskdefs.optional.junitlauncher.confined.TestDefinitionexcludeEngines, failureProperty, forkDefinition, haltOnFailure, ifProperty, includeEngines, listeners, outputDir, unlessProperty
 
- 
 - 
Constructor SummaryConstructors Constructor Description TestClasses()
 - 
Method SummaryModifier and Type Method Description voidadd(ResourceCollection resourceCollection)static java.util.List<TestDefinition>fromForkedRepresentation(javax.xml.stream.XMLStreamReader reader)java.util.List<java.lang.String>getTestClassNames()protected voidtoForkedRepresentation(JUnitLauncherTask task, javax.xml.stream.XMLStreamWriter writer)- 
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
 
- 
 
- 
- 
- 
Method Detail- 
addpublic void add(ResourceCollection resourceCollection) 
 - 
getTestClassNamespublic java.util.List<java.lang.String> getTestClassNames() 
 - 
toForkedRepresentationprotected void toForkedRepresentation(JUnitLauncherTask task, javax.xml.stream.XMLStreamWriter writer) throws javax.xml.stream.XMLStreamException - Specified by:
- toForkedRepresentationin class- TestDefinition
- Throws:
- javax.xml.stream.XMLStreamException
 
 - 
fromForkedRepresentationpublic static java.util.List<TestDefinition> fromForkedRepresentation(javax.xml.stream.XMLStreamReader reader) throws javax.xml.stream.XMLStreamException - Throws:
- javax.xml.stream.XMLStreamException
 
 
- 
 
-