org.camunda.bpm.model.xml.test
Class AbstractModelElementInstanceTest
java.lang.Object
org.camunda.bpm.model.xml.test.AbstractModelElementInstanceTest
public abstract class AbstractModelElementInstanceTest
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
modelInstance
public static ModelInstance modelInstance
model
public static Model model
modelElementType
public static ModelElementType modelElementType
AbstractModelElementInstanceTest
public AbstractModelElementInstanceTest()
initModelElementType
public static void initModelElementType(GetModelElementTypeRule modelElementTypeRule)
getDefaultNamespace
public abstract String getDefaultNamespace()
getTypeAssumption
public abstract AbstractModelElementInstanceTest.TypeAssumption getTypeAssumption()
getChildElementAssumptions
public abstract Collection<AbstractModelElementInstanceTest.ChildElementAssumption> getChildElementAssumptions()
getAttributesAssumptions
public abstract Collection<AbstractModelElementInstanceTest.AttributeAssumption> getAttributesAssumptions()
assertThatType
public ModelElementTypeAssert assertThatType()
assertThatAttribute
public AttributeAssert assertThatAttribute(String attributeName)
assertThatChildElement
public ChildElementAssert assertThatChildElement(ModelElementType childElementType)
getType
public ModelElementType getType(Class<? extends ModelElementInstance> instanceClass)
testType
public void testType()
testChildElements
public void testChildElements()
testAttributes
public void testAttributes()
Copyright © 2015 camunda services GmbH. All rights reserved.