@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 |
hasActivityInstanceKey(long activityInstanceKey)
Verifies that the actual MessageSubscriptionRecordValue's activityInstanceKey is equal to the given one.
|
S |
hasCorrelationKey(String correlationKey)
Verifies that the actual MessageSubscriptionRecordValue's correlationKey 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.
|
S |
hasWorkflowInstancePartitionId(int workflowInstancePartitionId)
Verifies that the actual MessageSubscriptionRecordValue's workflowInstancePartitionId 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 AbstractMessageSubscriptionRecordValueAssert(A actual, Class<S> selfType)
AbstractMessageSubscriptionRecordValueAssert to make assertions on actual MessageSubscriptionRecordValue.actual - the MessageSubscriptionRecordValue we want to make assertions on.public S hasActivityInstanceKey(long activityInstanceKey)
activityInstanceKey - the given activityInstanceKey to compare the actual MessageSubscriptionRecordValue's activityInstanceKey to.AssertionError - - if the actual MessageSubscriptionRecordValue's activityInstanceKey is not equal to the given one.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 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.public S hasWorkflowInstancePartitionId(int workflowInstancePartitionId)
workflowInstancePartitionId - the given workflowInstancePartitionId to compare the actual MessageSubscriptionRecordValue's workflowInstancePartitionId to.AssertionError - - if the actual MessageSubscriptionRecordValue's workflowInstancePartitionId is not equal to the given one.Copyright © 2017–2018 camunda services GmbH. All rights reserved.