@Generated(value="assertj-assertions-generator") public abstract class AbstractWorkflowInstanceCreationRecordValueAssert<S extends AbstractWorkflowInstanceCreationRecordValueAssert<S,A>,A extends WorkflowInstanceCreationRecordValue> extends org.assertj.core.api.AbstractObjectAssert<S,A>
WorkflowInstanceCreationRecordValue specific assertions - Generated by CustomAssertionGenerator.| Modifier | Constructor and Description |
|---|---|
protected |
AbstractWorkflowInstanceCreationRecordValueAssert(A actual,
Class<S> selfType)
Creates a new
to make assertions on actual WorkflowInstanceCreationRecordValue. |
| Modifier and Type | Method and Description |
|---|---|
S |
hasBpmnProcessId(String bpmnProcessId)
Verifies that the actual WorkflowInstanceCreationRecordValue's bpmnProcessId is equal to the given one.
|
S |
hasInstanceKey(long instanceKey)
Verifies that the actual WorkflowInstanceCreationRecordValue's instanceKey is equal to the given one.
|
S |
hasKey(long key)
Verifies that the actual WorkflowInstanceCreationRecordValue's key is equal to the given one.
|
S |
hasVariables(Map variables)
Verifies that the actual WorkflowInstanceCreationRecordValue's variables is equal to the given one.
|
S |
hasVersion(int version)
Verifies that the actual WorkflowInstanceCreationRecordValue's version 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 AbstractWorkflowInstanceCreationRecordValueAssert(A actual, Class<S> selfType)
AbstractWorkflowInstanceCreationRecordValueAssert to make assertions on actual WorkflowInstanceCreationRecordValue.actual - the WorkflowInstanceCreationRecordValue we want to make assertions on.public S hasBpmnProcessId(String bpmnProcessId)
bpmnProcessId - the given bpmnProcessId to compare the actual WorkflowInstanceCreationRecordValue's bpmnProcessId to.AssertionError - - if the actual WorkflowInstanceCreationRecordValue's bpmnProcessId is not equal to the given one.public S hasInstanceKey(long instanceKey)
instanceKey - the given instanceKey to compare the actual WorkflowInstanceCreationRecordValue's instanceKey to.AssertionError - - if the actual WorkflowInstanceCreationRecordValue's instanceKey is not equal to the given one.public S hasKey(long key)
key - the given key to compare the actual WorkflowInstanceCreationRecordValue's key to.AssertionError - - if the actual WorkflowInstanceCreationRecordValue's key is not equal to the given one.public S hasVariables(Map variables)
variables - the given variables to compare the actual WorkflowInstanceCreationRecordValue's variables to.AssertionError - - if the actual WorkflowInstanceCreationRecordValue's variables is not equal to the given one.public S hasVersion(int version)
version - the given version to compare the actual WorkflowInstanceCreationRecordValue's version to.AssertionError - - if the actual WorkflowInstanceCreationRecordValue's version is not equal to the given one.Copyright © 2017–2019 camunda services GmbH. All rights reserved.