Class SingleTestClass
java.lang.Object
org.apache.tools.ant.taskdefs.optional.junitlauncher.confined.TestDefinition
org.apache.tools.ant.taskdefs.optional.junitlauncher.confined.SingleTestClass
- All Implemented Interfaces:
- NamedTest
Represents the single 
test (class) 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 TypeMethodDescriptionstatic TestDefinitionString[]getName()voidsetMethods(String methods) voidprotected 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- 
SingleTestClasspublic SingleTestClass()
 
- 
- 
Method Details- 
setName
- 
getName
- 
setMethods
- 
getMethods
- 
toForkedRepresentationsprotected List<TestDefinition.ForkedRepresentation> toForkedRepresentations() throws IllegalStateException- Specified by:
- toForkedRepresentationsin class- TestDefinition
- Throws:
- IllegalStateException
 
- 
fromForkedRepresentationpublic static TestDefinition fromForkedRepresentation(XMLStreamReader reader) throws XMLStreamException - Throws:
- XMLStreamException
 
 
-