Package org.camunda.bpm.model.xml.test
Class AbstractModelElementInstanceTest
java.lang.Object
org.camunda.bpm.model.xml.test.AbstractModelElementInstanceTest
- 
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprotected classprotected classprotected class - 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionassertThatAttribute(String attributeName) assertThatChildElement(ModelElementType childElementType) abstract StringgetType(Class<? extends ModelElementInstance> instanceClass) static voidinitModelElementType(GetModelElementTypeRule modelElementTypeRule) voidvoidvoidtestType() 
- 
Field Details
- 
modelInstance
 - 
model
 - 
modelElementType
 
 - 
 - 
Constructor Details
- 
AbstractModelElementInstanceTest
public AbstractModelElementInstanceTest() 
 - 
 - 
Method Details
- 
initModelElementType
 - 
getDefaultNamespace
 - 
getTypeAssumption
 - 
getChildElementAssumptions
public abstract Collection<AbstractModelElementInstanceTest.ChildElementAssumption> getChildElementAssumptions() - 
getAttributesAssumptions
public abstract Collection<AbstractModelElementInstanceTest.AttributeAssumption> getAttributesAssumptions() - 
assertThatType
 - 
assertThatAttribute
 - 
assertThatChildElement
 - 
getType
 - 
testType
public void testType() - 
testChildElements
public void testChildElements() - 
testAttributes
public void testAttributes() 
 -