@Generated(value="assertj-assertions-generator") public abstract class AbstractWorkflowInstanceRecordValueAssert<S extends AbstractWorkflowInstanceRecordValueAssert<S,A>,A extends WorkflowInstanceRecordValue> extends org.assertj.core.api.AbstractObjectAssert<S,A>
WorkflowInstanceRecordValue specific assertions - Generated by CustomAssertionGenerator.| Modifier | Constructor and Description |
|---|---|
protected |
AbstractWorkflowInstanceRecordValueAssert(A actual,
Class<S> selfType)
Creates a new
to make assertions on actual WorkflowInstanceRecordValue. |
| Modifier and Type | Method and Description |
|---|---|
S |
hasBpmnElementType(io.zeebe.protocol.BpmnElementType bpmnElementType)
Verifies that the actual WorkflowInstanceRecordValue's bpmnElementType is equal to the given one.
|
S |
hasBpmnProcessId(String bpmnProcessId)
Verifies that the actual WorkflowInstanceRecordValue's bpmnProcessId is equal to the given one.
|
S |
hasElementId(String elementId)
Verifies that the actual WorkflowInstanceRecordValue's elementId is equal to the given one.
|
S |
hasScopeInstanceKey(long scopeInstanceKey)
Verifies that the actual WorkflowInstanceRecordValue's scopeInstanceKey is equal to the given one.
|
S |
hasVersion(int version)
Verifies that the actual WorkflowInstanceRecordValue's version is equal to the given one.
|
S |
hasWorkflowInstanceKey(long workflowInstanceKey)
Verifies that the actual WorkflowInstanceRecordValue's workflowInstanceKey is equal to the given one.
|
S |
hasWorkflowKey(long workflowKey)
Verifies that the actual WorkflowInstanceRecordValue's workflowKey is equal to the given one.
|
as, as, extracting, extracting, extracting, getComparatorsByType, hasFieldOrProperty, hasFieldOrPropertyWithValue, hasNoNullFieldsOrProperties, hasNoNullFieldsOrPropertiesExcept, isEqualToComparingFieldByField, isEqualToComparingFieldByFieldRecursively, isEqualToComparingOnlyGivenFields, isEqualToIgnoringGivenFields, isEqualToIgnoringNullFields, newObjectAssert, returns, usingComparatorForFields, usingComparatorForTypeasList, 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, setCustomRepresentation, throwAssertionError, usingComparator, usingComparator, usingDefaultComparator, withFailMessage, withRepresentation, withThreadDumpOnErrorprotected AbstractWorkflowInstanceRecordValueAssert(A actual, Class<S> selfType)
AbstractWorkflowInstanceRecordValueAssert to make assertions on actual WorkflowInstanceRecordValue.actual - the WorkflowInstanceRecordValue we want to make assertions on.public S hasBpmnElementType(io.zeebe.protocol.BpmnElementType bpmnElementType)
bpmnElementType - the given bpmnElementType to compare the actual WorkflowInstanceRecordValue's bpmnElementType to.AssertionError - - if the actual WorkflowInstanceRecordValue's bpmnElementType is not equal to the given one.public S hasBpmnProcessId(String bpmnProcessId)
bpmnProcessId - the given bpmnProcessId to compare the actual WorkflowInstanceRecordValue's bpmnProcessId to.AssertionError - - if the actual WorkflowInstanceRecordValue's bpmnProcessId is not equal to the given one.public S hasElementId(String elementId)
elementId - the given elementId to compare the actual WorkflowInstanceRecordValue's elementId to.AssertionError - - if the actual WorkflowInstanceRecordValue's elementId is not equal to the given one.public S hasScopeInstanceKey(long scopeInstanceKey)
scopeInstanceKey - the given scopeInstanceKey to compare the actual WorkflowInstanceRecordValue's scopeInstanceKey to.AssertionError - - if the actual WorkflowInstanceRecordValue's scopeInstanceKey is not equal to the given one.public S hasVersion(int version)
version - the given version to compare the actual WorkflowInstanceRecordValue's version to.AssertionError - - if the actual WorkflowInstanceRecordValue's version is not equal to the given one.public S hasWorkflowInstanceKey(long workflowInstanceKey)
workflowInstanceKey - the given workflowInstanceKey to compare the actual WorkflowInstanceRecordValue's workflowInstanceKey to.AssertionError - - if the actual WorkflowInstanceRecordValue's workflowInstanceKey is not equal to the given one.public S hasWorkflowKey(long workflowKey)
workflowKey - the given workflowKey to compare the actual WorkflowInstanceRecordValue's workflowKey to.AssertionError - - if the actual WorkflowInstanceRecordValue's workflowKey is not equal to the given one.Copyright © 2017–2019 camunda services GmbH. All rights reserved.