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