public abstract class AbstractModuleFixture<F extends AbstractModuleFixture<F>>
extends java.lang.Object
toString()
method.Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
label |
Constructor and Description |
---|
AbstractModuleFixture() |
Modifier and Type | Method and Description |
---|---|
F |
label(java.lang.String label)
Sets the label for the fixture.
|
protected abstract java.lang.String |
toDSL()
Returns a representation of the module suitable for inclusion in a stream definition, e.g.
file --dir=xxxx --name=yyyy |
java.lang.String |
toString() |
public final java.lang.String toString()
toString
in class java.lang.Object
protected abstract java.lang.String toDSL()
file --dir=xxxx --name=yyyy
public F label(java.lang.String label)
label
- The name to be associated with the label.