Uses of Class
org.camunda.bpm.model.xml.test.assertions.ChildElementAssert
-
Uses of ChildElementAssert in org.camunda.bpm.model.xml.test
Modifier and TypeMethodDescriptionAbstractModelElementInstanceTest.assertThatChildElement
(ModelElementType childElementType) -
Uses of ChildElementAssert in org.camunda.bpm.model.xml.test.assertions
Modifier and TypeMethodDescriptionstatic ChildElementAssert
ModelAssertions.assertThat
(ChildElementCollection<?> actual) ChildElementAssert.containsType
(Class<? extends ModelElementInstance> childElementTypeClass) ChildElementAssert.hasParentElementType
(ModelElementType parentElementType) ChildElementAssert.hasSize
(ModelElementInstance instance, int numberOfChildElements) ChildElementAssert.isEmpty
(ModelElementInstance instance) ChildElementAssert.isImmutable()
ChildElementAssert.isMutable()
ChildElementAssert.isNotEmpty
(ModelElementInstance instance) ChildElementAssert.isOptional()
ChildElementAssert.isUnbounded()
ChildElementAssert.occursMaximal
(int maxOccurs) ChildElementAssert.occursMinimal
(int minOccurs)