public class AssertionEntity extends Entity
Modifier and Type | Field and Description |
---|---|
static EntityType |
TYPE |
Constructor and Description |
---|
AssertionEntity()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
add(Entity entity)
Adds a given entity to this one.
|
void |
addContainer(AssertionContainer container)
Adds non-null assertion container.
|
java.util.Map<java.lang.String,AssertionContainer> |
getContainerMap()
Returns assertion containers mapping.
|
equals, getEntityType, hashCode, toString
addMetaInfo, addMetaInfo, addMetaInfo, getMetaInfo, getMetaInfo, hasMetaInfo, hasMetaInfo
public static final EntityType TYPE
public java.util.Map<java.lang.String,AssertionContainer> getContainerMap()
Container names are stored in mapping keys.
public void addContainer(AssertionContainer container)
container
- Assertion container to be added.java.lang.IllegalArgumentException
- when argument is null
.