Modifier and Type | Field and Description |
---|---|
static EntityType |
TYPE
The entity type of all
TestModel instances. |
Constructor and Description |
---|
TestModel()
Constructs an empty test model.
|
TestModel(Test test)
Constructs object with the specified test inside.
|
Modifier and Type | Method and Description |
---|---|
void |
add(Entity entity)
Adds the specified test model to this one.
|
void |
addTest(Test test)
Adds the specified test to this test model.
|
boolean |
equals(java.lang.Object object) |
java.util.List<Test> |
getTests()
Returns tests of this test model.
|
int |
hashCode() |
getEntityType, toString
addMetaInfo, addMetaInfo, addMetaInfo, getMetaInfo, getMetaInfo, hasMetaInfo, hasMetaInfo
public static final EntityType TYPE
TestModel
instances.public TestModel()
public TestModel(Test test)
test
- Test to be added to this test model.public void addTest(Test test)
test
- the testjava.lang.IllegalArgumentException
- if test
is null
public java.util.List<Test> getTests()
public void add(Entity entity)