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