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
public class SingleTestClass extends TestDefinition implements NamedTest
Represents the singletest
(class) that's configured to be launched by theJUnitLauncherTask
-
-
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
Constructors Constructor Description SingleTestClass()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TestDefinition
fromForkedRepresentation(javax.xml.stream.XMLStreamReader reader)
java.lang.String[]
getMethods()
java.lang.String
getName()
void
setMethods(java.lang.String methods)
void
setName(java.lang.String test)
protected void
toForkedRepresentation(JUnitLauncherTask task, javax.xml.stream.XMLStreamWriter writer)
-
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
-
-
-
-
Method Detail
-
setName
public void setName(java.lang.String test)
-
getName
public java.lang.String getName()
-
setMethods
public void setMethods(java.lang.String methods)
-
getMethods
public java.lang.String[] getMethods()
-
toForkedRepresentation
protected void toForkedRepresentation(JUnitLauncherTask task, javax.xml.stream.XMLStreamWriter writer) throws javax.xml.stream.XMLStreamException
- Specified by:
toForkedRepresentation
in classTestDefinition
- Throws:
javax.xml.stream.XMLStreamException
-
fromForkedRepresentation
public static TestDefinition fromForkedRepresentation(javax.xml.stream.XMLStreamReader reader) throws javax.xml.stream.XMLStreamException
- Throws:
javax.xml.stream.XMLStreamException
-
-