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.
|
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
public static final EntityType TYPE
TestModel
instances.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)