Class AttributeAssert
- java.lang.Object
- 
- org.assertj.core.api.AbstractAssert<AttributeAssert,Attribute<?>>
- 
- 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
 
- 
- 
Constructor SummaryConstructors Modifier Constructor Description protectedAttributeAssert(Attribute<?> actual)
 - 
Method Summary- 
Methods inherited from class org.assertj.core.api.AbstractAssertasInstanceOf, asList, assertionError, asString, describedAs, descriptionText, doesNotHave, doesNotHaveSameClassAs, doesNotHaveSameHashCodeAs, doesNotHaveToString, equals, extracting, extracting, failure, failureWithActualExpected, failWithActualExpectedAndMessage, failWithMessage, getWritableAssertionInfo, has, hashCode, hasSameClassAs, hasSameHashCodeAs, hasToString, inBinary, inHexadecimal, is, isElementOfCustomAssert, isEqualTo, isExactlyInstanceOf, isIn, isIn, isInstanceOf, isInstanceOfAny, isInstanceOfSatisfying, isNot, isNotEqualTo, isNotExactlyInstanceOf, isNotIn, isNotIn, isNotInstanceOf, isNotInstanceOfAny, isNotNull, isNotOfAnyClassIn, isNotSameAs, isNull, isOfAnyClassIn, isSameAs, matches, matches, newListAssertInstance, overridingErrorMessage, overridingErrorMessage, satisfies, satisfies, satisfiesAnyOf, satisfiesAnyOf, satisfiesAnyOf, setCustomRepresentation, setDescriptionConsumer, setPrintAssertionsDescription, throwAssertionError, usingComparator, usingComparator, usingDefaultComparator, usingRecursiveComparison, usingRecursiveComparison, withFailMessage, withFailMessage, withRepresentation, withThreadDumpOnError
 
- 
 
- 
- 
- 
Constructor Detail- 
AttributeAssertprotected AttributeAssert(Attribute<?> actual) 
 
- 
 - 
Method Detail- 
isRequiredpublic AttributeAssert isRequired() 
 - 
isOptionalpublic AttributeAssert isOptional() 
 - 
isIdAttributepublic AttributeAssert isIdAttribute() 
 - 
isNotIdAttributepublic AttributeAssert isNotIdAttribute() 
 - 
hasDefaultValuepublic AttributeAssert hasDefaultValue(java.lang.Object defaultValue) 
 - 
hasNoDefaultValuepublic AttributeAssert hasNoDefaultValue() 
 - 
hasOwningElementTypepublic AttributeAssert hasOwningElementType(ModelElementType owningElementType) 
 - 
hasValuepublic AttributeAssert hasValue(ModelElementInstance modelElementInstance) 
 - 
hasValuepublic AttributeAssert hasValue(ModelElementInstance modelElementInstance, java.lang.Object value) 
 - 
hasNoValuepublic AttributeAssert hasNoValue(ModelElementInstance modelElementInstance) 
 - 
hasAttributeNamepublic AttributeAssert hasAttributeName(java.lang.String attributeName) 
 - 
hasNamespaceUripublic AttributeAssert hasNamespaceUri(java.lang.String namespaceUri) 
 - 
hasNoNamespaceUripublic AttributeAssert hasNoNamespaceUri() 
 - 
hasIncomingReferencespublic AttributeAssert hasIncomingReferences() 
 - 
hasIncomingReferencespublic AttributeAssert hasIncomingReferences(Reference<?>... references) 
 - 
hasNoIncomingReferencespublic AttributeAssert hasNoIncomingReferences() 
 - 
hasOutgoingReferencespublic AttributeAssert hasOutgoingReferences() 
 - 
hasOutgoingReferencespublic AttributeAssert hasOutgoingReferences(Reference<?>... references) 
 - 
hasNoOutgoingReferencespublic AttributeAssert hasNoOutgoingReferences() 
 
- 
 
-