public abstract class TestGenerator extends Engine
Constructor and Description |
---|
TestGenerator(java.lang.String id,
EntityType inputType)
Constructs an empty test generator with the specified ID and input entity type.
|
Modifier and Type | Method and Description |
---|---|
abstract Test |
start(java.util.Map<EntityType,Entity> inputs)
Generates a test, that is, a list of input sequences.
|
addBackend, addInputType, addParameter, defines, equals, getId, getInputTypes, getLogger, getOutputType, getParameters, hasBackEnds, hashCode, parseCommandLine, runBackEnds, setOutputType, setProgress, start, toString, uses
public TestGenerator(java.lang.String id, EntityType inputType)
id
- the ID of this test generatorinputType
- the type of the input entitypublic abstract Test start(java.util.Map<EntityType,Entity> inputs)