Package org.camunda.bpm.model.xml.test
Class AbstractModelElementInstanceTest
java.lang.Object
org.camunda.bpm.model.xml.test.AbstractModelElementInstanceTest
-
Nested Class Summary
Modifier and TypeClassDescriptionprotected class
protected class
protected class
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionassertThatAttribute
(String attributeName) assertThatChildElement
(ModelElementType childElementType) abstract String
getType
(Class<? extends ModelElementInstance> instanceClass) static void
initModelElementType
(GetModelElementTypeRule modelElementTypeRule) void
void
void
testType()
-
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()
-