org.camunda.bpm.model.xml.test.assertions
Class ModelAssertions

java.lang.Object
  extended by org.assertj.core.api.Assertions
      extended by org.camunda.bpm.model.xml.test.assertions.ModelAssertions

public class ModelAssertions
extends org.assertj.core.api.Assertions

Author:
Sebastian Menski

Constructor Summary
ModelAssertions()
           
 
Method Summary
static AttributeAssert assertThat(Attribute<?> actual)
           
static AttributeReferenceAssert assertThat(AttributeReference<?> actual)
           
static ChildElementAssert assertThat(ChildElementCollection<?> actual)
           
static ElementReferenceCollectionAssert assertThat(ElementReferenceCollection<?,?> actual)
           
static ModelElementTypeAssert assertThat(ModelElementType actual)
           
 
Methods inherited from class org.assertj.core.api.Assertions
allOf, allOf, anyOf, anyOf, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, assertThat, atIndex, contentOf, contentOf, contentOf, doesNotHave, entry, extractProperty, extractProperty, fail, fail, failBecauseExceptionWasNotThrown, filter, filter, not, offset, offset, setRemoveAssertJRelatedElementsFromStackTrace, tuple, useDateFormat, useDateFormat, useDefaultDateFormats, useIsoDateFormat, useIsoDateTimeFormat, useIsoDateTimeWithMsFormat
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModelAssertions

public ModelAssertions()
Method Detail

assertThat

public static AttributeAssert assertThat(Attribute<?> actual)

assertThat

public static ModelElementTypeAssert assertThat(ModelElementType actual)

assertThat

public static ChildElementAssert assertThat(ChildElementCollection<?> actual)

assertThat

public static AttributeReferenceAssert assertThat(AttributeReference<?> actual)

assertThat

public static ElementReferenceCollectionAssert assertThat(ElementReferenceCollection<?,?> actual)


Copyright © 2016 camunda services GmbH. All rights reserved.