Uses of Class
org.camunda.bpm.model.xml.test.assertions.ChildElementAssert

Packages that use ChildElementAssert
org.camunda.bpm.model.xml.test.assertions   
 

Uses of ChildElementAssert in org.camunda.bpm.model.xml.test.assertions
 

Methods in org.camunda.bpm.model.xml.test.assertions that return ChildElementAssert
static ChildElementAssert ModelAssertions.assertThat(ChildElementCollection<?> actual)
           
 ChildElementAssert ChildElementAssert.containsType(Class<? extends ModelElementInstance> childElementTypeClass)
           
 ChildElementAssert ChildElementAssert.hasParentElementType(ModelElementType parentElementType)
           
 ChildElementAssert ChildElementAssert.hasSize(ModelElementInstance instance, int numberOfChildElements)
           
 ChildElementAssert ChildElementAssert.isEmpty(ModelElementInstance instance)
           
 ChildElementAssert ChildElementAssert.isImmutable()
           
 ChildElementAssert ChildElementAssert.isMutable()
           
 ChildElementAssert ChildElementAssert.isNotEmpty(ModelElementInstance instance)
           
 ChildElementAssert ChildElementAssert.isOptional()
           
 ChildElementAssert ChildElementAssert.isUnbounded()
           
 ChildElementAssert ChildElementAssert.occursMaximal(int maxOccurs)
           
 ChildElementAssert ChildElementAssert.occursMinimal(int minOccurs)
           
 



Copyright © 2014 camunda services GmbH. All rights reserved.