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

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

public class AttributeAssert
extends org.assertj.core.api.AbstractAssert<AttributeAssert,Attribute<?>>

Author:
Sebastian Menski

Field Summary
 
Fields inherited from class org.assertj.core.api.AbstractAssert
actual, info, myself
 
Constructor Summary
protected AttributeAssert(Attribute<?> actual)
           
 
Method Summary
 AttributeAssert hasAttributeName(String attributeName)
           
 AttributeAssert hasDefaultValue(Object defaultValue)
           
 AttributeAssert hasIncomingReferences()
           
 AttributeAssert hasIncomingReferences(Reference<?>... references)
           
 AttributeAssert hasNamespaceUri(String namespaceUri)
           
 AttributeAssert hasNoDefaultValue()
           
 AttributeAssert hasNoIncomingReferences()
           
 AttributeAssert hasNoNamespaceUri()
           
 AttributeAssert hasNoOutgoingReferences()
           
 AttributeAssert hasNoValue(ModelElementInstance modelElementInstance)
           
 AttributeAssert hasOutgoingReferences()
           
 AttributeAssert hasOutgoingReferences(Reference<?>... references)
           
 AttributeAssert hasOwningElementType(ModelElementType owningElementType)
           
 AttributeAssert hasValue(ModelElementInstance modelElementInstance)
           
 AttributeAssert hasValue(ModelElementInstance modelElementInstance, Object value)
           
 AttributeAssert isIdAttribute()
           
 AttributeAssert isNotIdAttribute()
           
 AttributeAssert isOptional()
           
 AttributeAssert isRequired()
           
 
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

AttributeAssert

protected AttributeAssert(Attribute<?> actual)
Method Detail

isRequired

public AttributeAssert isRequired()

isOptional

public AttributeAssert isOptional()

isIdAttribute

public AttributeAssert isIdAttribute()

isNotIdAttribute

public AttributeAssert isNotIdAttribute()

hasDefaultValue

public AttributeAssert hasDefaultValue(Object defaultValue)

hasNoDefaultValue

public AttributeAssert hasNoDefaultValue()

hasOwningElementType

public AttributeAssert hasOwningElementType(ModelElementType owningElementType)

hasValue

public AttributeAssert hasValue(ModelElementInstance modelElementInstance)

hasValue

public AttributeAssert hasValue(ModelElementInstance modelElementInstance,
                                Object value)

hasNoValue

public AttributeAssert hasNoValue(ModelElementInstance modelElementInstance)

hasAttributeName

public AttributeAssert hasAttributeName(String attributeName)

hasNamespaceUri

public AttributeAssert hasNamespaceUri(String namespaceUri)

hasNoNamespaceUri

public AttributeAssert hasNoNamespaceUri()

hasIncomingReferences

public AttributeAssert hasIncomingReferences()

hasIncomingReferences

public AttributeAssert hasIncomingReferences(Reference<?>... references)

hasNoIncomingReferences

public AttributeAssert hasNoIncomingReferences()

hasOutgoingReferences

public AttributeAssert hasOutgoingReferences()

hasOutgoingReferences

public AttributeAssert hasOutgoingReferences(Reference<?>... references)

hasNoOutgoingReferences

public AttributeAssert hasNoOutgoingReferences()


Copyright © 2014 camunda services GmbH. All rights reserved.