@Generated(value="assertj-assertions-generator") public abstract class AbstractVariableDocumentRecordValueAssert<S extends AbstractVariableDocumentRecordValueAssert<S,A>,A extends VariableDocumentRecordValue> extends org.assertj.core.api.AbstractObjectAssert<S,A>
VariableDocumentRecordValue specific assertions - Generated by CustomAssertionGenerator.| Modifier | Constructor and Description |
|---|---|
protected |
AbstractVariableDocumentRecordValueAssert(A actual,
Class<S> selfType)
Creates a new
to make assertions on actual VariableDocumentRecordValue. |
| Modifier and Type | Method and Description |
|---|---|
S |
hasDocument(Map document)
Verifies that the actual VariableDocumentRecordValue's document is equal to the given one.
|
S |
hasScopeKey(long scopeKey)
Verifies that the actual VariableDocumentRecordValue's scopeKey is equal to the given one.
|
S |
hasUpdateSemantics(VariableDocumentUpdateSemantic updateSemantics)
Verifies that the actual VariableDocumentRecordValue's updateSemantics is equal to the given one.
|
as, as, extracting, extracting, extracting, getComparatorsByType, hasAllNullFieldsOrProperties, hasAllNullFieldsOrPropertiesExcept, hasFieldOrProperty, hasFieldOrPropertyWithValue, hasNoNullFieldsOrProperties, hasNoNullFieldsOrPropertiesExcept, isEqualToComparingFieldByField, isEqualToComparingFieldByFieldRecursively, isEqualToComparingOnlyGivenFields, isEqualToIgnoringGivenFields, isEqualToIgnoringNullFields, newObjectAssert, returns, usingComparatorForFields, usingComparatorForType, usingRecursiveComparison, usingRecursiveComparisonasList, asString, describedAs, describedAs, descriptionText, doesNotHave, doesNotHaveSameClassAs, equals, failWithMessage, getWritableAssertionInfo, has, hashCode, hasSameClassAs, hasSameHashCodeAs, hasToString, inBinary, inHexadecimal, is, isEqualTo, isExactlyInstanceOf, isIn, isIn, isInstanceOf, isInstanceOfAny, isInstanceOfSatisfying, isNot, isNotEqualTo, isNotExactlyInstanceOf, isNotIn, isNotIn, isNotInstanceOf, isNotInstanceOfAny, isNotNull, isNotOfAnyClassIn, isNotSameAs, isNull, isOfAnyClassIn, isSameAs, matches, matches, newListAssertInstance, overridingErrorMessage, satisfies, satisfies, satisfiesAnyOf, satisfiesAnyOf, setCustomRepresentation, throwAssertionError, usingComparator, usingComparator, usingDefaultComparator, withFailMessage, withRepresentation, withThreadDumpOnErrorprotected AbstractVariableDocumentRecordValueAssert(A actual, Class<S> selfType)
AbstractVariableDocumentRecordValueAssert to make assertions on actual VariableDocumentRecordValue.actual - the VariableDocumentRecordValue we want to make assertions on.public S hasDocument(Map document)
document - the given document to compare the actual VariableDocumentRecordValue's document to.AssertionError - - if the actual VariableDocumentRecordValue's document is not equal to the given one.public S hasScopeKey(long scopeKey)
scopeKey - the given scopeKey to compare the actual VariableDocumentRecordValue's scopeKey to.AssertionError - - if the actual VariableDocumentRecordValue's scopeKey is not equal to the given one.public S hasUpdateSemantics(VariableDocumentUpdateSemantic updateSemantics)
updateSemantics - the given updateSemantics to compare the actual VariableDocumentRecordValue's updateSemantics to.AssertionError - - if the actual VariableDocumentRecordValue's updateSemantics is not equal to the given one.Copyright © 2017–2019 camunda services GmbH. All rights reserved.