public class SingleTestClass extends TestDefinition implements NamedTest
test
(class) that's configured to be launched by the JUnitLauncherTask
TestDefinition.ForkedRepresentation
excludeEngines, failureProperty, forkDefinition, haltOnFailure, ifProperty, includeEngines, listeners, outputDir, unlessProperty
Constructor and Description |
---|
SingleTestClass() |
Modifier and Type | Method and 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 java.util.List<TestDefinition.ForkedRepresentation> |
toForkedRepresentations() |
addConfiguredListener, createFork, getExcludeEngines, getFailureProperty, getIncludeEngines, getListeners, getOutputDir, isHaltOnFailure, setExcludeEngines, setFailureProperty, setHaltOnFailure, setIf, setIncludeEngines, setOutputDir, setUnless, shouldRun
public void setName(java.lang.String test)
public java.lang.String getName()
public void setMethods(java.lang.String methods)
public java.lang.String[] getMethods()
protected java.util.List<TestDefinition.ForkedRepresentation> toForkedRepresentations() throws java.lang.IllegalStateException
toForkedRepresentations
in class TestDefinition
java.lang.IllegalStateException
public static TestDefinition fromForkedRepresentation(javax.xml.stream.XMLStreamReader reader) throws javax.xml.stream.XMLStreamException
javax.xml.stream.XMLStreamException