@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 |
hasActivityId(String activityId)
Verifies that the actual IncidentRecordValue's activityId is equal to the given one.
|
S |
hasActivityInstanceKey(long activityInstanceKey)
Verifies that the actual IncidentRecordValue's activityInstanceKey is equal to the given one.
|
S |
hasBpmnProcessId(String bpmnProcessId)
Verifies that the actual IncidentRecordValue's bpmnProcessId 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 |
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 hasActivityId(String activityId)
activityId - the given activityId to compare the actual IncidentRecordValue's activityId to.AssertionError - - if the actual IncidentRecordValue's activityId is not equal to the given one.public S hasActivityInstanceKey(long activityInstanceKey)
activityInstanceKey - the given activityInstanceKey to compare the actual IncidentRecordValue's activityInstanceKey to.AssertionError - - if the actual IncidentRecordValue's activityInstanceKey is not equal to the given one.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 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 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–2018 camunda services GmbH. All rights reserved.