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

java.lang.Object
  extended by org.assertj.core.api.AbstractAssert<S,T>
      extended by org.camunda.bpm.model.xml.test.assertions.AbstractReferenceAssert<AttributeReferenceAssert,AttributeReference<?>>
          extended by org.camunda.bpm.model.xml.test.assertions.AttributeReferenceAssert
All Implemented Interfaces:
org.assertj.core.api.Assert<AttributeReferenceAssert,AttributeReference<?>>, org.assertj.core.api.Descriptable<AttributeReferenceAssert>, org.assertj.core.api.ExtensionPoints<AttributeReferenceAssert,AttributeReference<?>>

public class AttributeReferenceAssert
extends AbstractReferenceAssert<AttributeReferenceAssert,AttributeReference<?>>

Author:
Sebastian Menski

Field Summary
 
Fields inherited from class org.assertj.core.api.AbstractAssert
actual, info, myself
 
Constructor Summary
protected AttributeReferenceAssert(AttributeReference<?> actual)
           
 
Method Summary
 AttributeReferenceAssert hasSourceAttribute(Attribute<?> sourceAttribute)
           
 
Methods inherited from class org.camunda.bpm.model.xml.test.assertions.AbstractReferenceAssert
hasIdentifier, hasNoTargetElement, hasTargetAttribute, hasTargetElement
 
Methods inherited from class org.assertj.core.api.AbstractAssert
as, as, describedAs, describedAs, descriptionText, doesNotHave, doesNotHaveSameClassAs, equals, failWithMessage, getWritableAssertionInfo, has, hashCode, hasSameClassAs, is, isEqualTo, isExactlyInstanceOf, isIn, isIn, isInstanceOf, isInstanceOfAny, isNot, isNotEqualTo, isNotExactlyInstanceOf, isNotIn, isNotIn, isNotInstanceOf, isNotInstanceOfAny, isNotNull, isNotOfAnyClassIn, isNotSameAs, isNull, isOfAnyClassIn, isSameAs, overridingErrorMessage, usingComparator, usingDefaultComparator
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttributeReferenceAssert

protected AttributeReferenceAssert(AttributeReference<?> actual)
Method Detail

hasSourceAttribute

public AttributeReferenceAssert hasSourceAttribute(Attribute<?> sourceAttribute)


Copyright © 2016 camunda services GmbH. All rights reserved.