public class SingleTestClass extends TestDefinition implements NamedTest
test (class) that's configured to be launched by the JUnitLauncherTaskTestDefinition.ForkedRepresentationexcludeEngines, 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, shouldRunpublic 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 TestDefinitionjava.lang.IllegalStateExceptionpublic static TestDefinition fromForkedRepresentation(javax.xml.stream.XMLStreamReader reader) throws javax.xml.stream.XMLStreamException
javax.xml.stream.XMLStreamException