@Generated(value="assertj-assertions-generator") public abstract class AbstractIncidentRecordValueAssert<S extends AbstractIncidentRecordValueAssert<S,A>,A extends IncidentRecordValue> extends org.assertj.core.api.AbstractObjectAssert<S,A>
IncidentRecordValue specific assertions - Generated by CustomAssertionGenerator.| Modifier | Constructor and Description |
|---|---|
protected |
AbstractIncidentRecordValueAssert(A actual,
Class<S> selfType)
Creates a new
to make assertions on actual IncidentRecordValue. |
| Modifier and Type | Method and Description |
|---|---|
S |
hasBpmnProcessId(String bpmnProcessId)
Verifies that the actual IncidentRecordValue's bpmnProcessId is equal to the given one.
|
S |
hasElementId(String elementId)
Verifies that the actual IncidentRecordValue's elementId is equal to the given one.
|
S |
hasElementInstanceKey(long elementInstanceKey)
Verifies that the actual IncidentRecordValue's elementInstanceKey is equal to the given one.
|
S |
hasErrorMessage(String errorMessage)
Verifies that the actual IncidentRecordValue's errorMessage is equal to the given one.
|
S |
hasErrorType(String errorType)
Verifies that the actual IncidentRecordValue's errorType is equal to the given one.
|
S |
hasJobKey(long jobKey)
Verifies that the actual IncidentRecordValue's jobKey is equal to the given one.
|
S |
hasVariableScopeKey(long variableScopeKey)
Verifies that the actual IncidentRecordValue's variableScopeKey is equal to the given one.
|
S |
hasWorkflowInstanceKey(long workflowInstanceKey)
Verifies that the actual IncidentRecordValue's workflowInstanceKey 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 AbstractIncidentRecordValueAssert(A actual, Class<S> selfType)
AbstractIncidentRecordValueAssert to make assertions on actual IncidentRecordValue.actual - the IncidentRecordValue we want to make assertions on.public S hasBpmnProcessId(String bpmnProcessId)
bpmnProcessId - the given bpmnProcessId to compare the actual IncidentRecordValue's bpmnProcessId to.AssertionError - - if the actual IncidentRecordValue's bpmnProcessId is not equal to the given one.public S hasElementId(String elementId)
elementId - the given elementId to compare the actual IncidentRecordValue's elementId to.AssertionError - - if the actual IncidentRecordValue's elementId is not equal to the given one.public S hasElementInstanceKey(long elementInstanceKey)
elementInstanceKey - the given elementInstanceKey to compare the actual IncidentRecordValue's elementInstanceKey to.AssertionError - - if the actual IncidentRecordValue's elementInstanceKey is not equal to the given one.public S hasErrorMessage(String errorMessage)
errorMessage - the given errorMessage to compare the actual IncidentRecordValue's errorMessage to.AssertionError - - if the actual IncidentRecordValue's errorMessage is not equal to the given one.public S hasErrorType(String errorType)
errorType - the given errorType to compare the actual IncidentRecordValue's errorType to.AssertionError - - if the actual IncidentRecordValue's errorType is not equal to the given one.public S hasJobKey(long jobKey)
jobKey - the given jobKey to compare the actual IncidentRecordValue's jobKey to.AssertionError - - if the actual IncidentRecordValue's jobKey is not equal to the given one.public S hasVariableScopeKey(long variableScopeKey)
variableScopeKey - the given variableScopeKey to compare the actual IncidentRecordValue's variableScopeKey to.AssertionError - - if the actual IncidentRecordValue's variableScopeKey is not equal to the given one.public S hasWorkflowInstanceKey(long workflowInstanceKey)
workflowInstanceKey - the given workflowInstanceKey to compare the actual IncidentRecordValue's workflowInstanceKey to.AssertionError - - if the actual IncidentRecordValue's workflowInstanceKey is not equal to the given one.Copyright © 2017–2019 camunda services GmbH. All rights reserved.