public abstract class AbstractModelElementInstanceTest extends Object
Modifier and Type | Class and Description |
---|---|
protected class |
AbstractModelElementInstanceTest.AttributeAssumption |
protected class |
AbstractModelElementInstanceTest.ChildElementAssumption |
protected class |
AbstractModelElementInstanceTest.TypeAssumption |
Modifier and Type | Field and Description |
---|---|
static Model |
model |
static ModelElementType |
modelElementType |
static ModelInstance |
modelInstance |
Constructor and Description |
---|
AbstractModelElementInstanceTest() |
Modifier and Type | Method and Description |
---|---|
AttributeAssert |
assertThatAttribute(String attributeName) |
ChildElementAssert |
assertThatChildElement(ModelElementType childElementType) |
ModelElementTypeAssert |
assertThatType() |
abstract Collection<AbstractModelElementInstanceTest.AttributeAssumption> |
getAttributesAssumptions() |
abstract Collection<AbstractModelElementInstanceTest.ChildElementAssumption> |
getChildElementAssumptions() |
abstract String |
getDefaultNamespace() |
ModelElementType |
getType(Class<? extends ModelElementInstance> instanceClass) |
abstract AbstractModelElementInstanceTest.TypeAssumption |
getTypeAssumption() |
static void |
initModelElementType(GetModelElementTypeRule modelElementTypeRule) |
void |
testAttributes() |
void |
testChildElements() |
void |
testType() |
public static ModelInstance modelInstance
public static Model model
public static ModelElementType modelElementType
public static void initModelElementType(GetModelElementTypeRule modelElementTypeRule)
public abstract String getDefaultNamespace()
public abstract AbstractModelElementInstanceTest.TypeAssumption getTypeAssumption()
public abstract Collection<AbstractModelElementInstanceTest.ChildElementAssumption> getChildElementAssumptions()
public abstract Collection<AbstractModelElementInstanceTest.AttributeAssumption> getAttributesAssumptions()
public ModelElementTypeAssert assertThatType()
public AttributeAssert assertThatAttribute(String attributeName)
public ChildElementAssert assertThatChildElement(ModelElementType childElementType)
public ModelElementType getType(Class<? extends ModelElementInstance> instanceClass)
public void testType()
public void testChildElements()
public void testAttributes()
Copyright © 2022. All rights reserved.