public class FitNesseSubSet extends TestSetDefinition
| Modifier and Type | Class and Description |
|---|---|
static class |
FitNesseSubSet.MatchType |
ScriptedConfigurationItem.ProcessHolder<T>, ScriptedConfigurationItem.ResultHolder<T>| Constructor and Description |
|---|
FitNesseSubSet() |
| Modifier and Type | Method and Description |
|---|---|
com.xebialabs.overthere.CmdLine |
defaultCommandLine()
Default command line implementation, the type's name.
|
FitNesseSubSet.MatchType |
getMatch() |
FitNesse |
getParentSet() |
java.util.List<java.lang.String> |
getTags() |
void |
setMatch(FitNesseSubSet.MatchType match) |
void |
setParentSet(FitNesse parentSet) |
void |
setTags(java.util.List<java.lang.String> tags) |
create, getCleanupCommandUponTimeout, getQualification, getTimeout, plan, setCleanupCommandUponTimeout, setQualification, setTimeoutexecute, getExecutionLog, getScriptContext, getScriptLocation, getScriptPrelude, setScriptLocationcompareTo, equals, get$token, getId, getName, getProperty, getPropertyDescriptor, getSyntheticProperties, getSyntheticProperty, getType, hashCode, hasProperty, hasSyntheticProperty, putSyntheticProperties, putSyntheticProperty, set$token, setId, setProperty, setSyntheticProperties, setType, toStringpublic FitNesse getParentSet()
public void setParentSet(FitNesse parentSet)
public java.util.List<java.lang.String> getTags()
public void setTags(java.util.List<java.lang.String> tags)
public FitNesseSubSet.MatchType getMatch()
public void setMatch(FitNesseSubSet.MatchType match)
public com.xebialabs.overthere.CmdLine defaultCommandLine()
TestSetDefinitiondefaultCommandLine in class TestSetDefinition