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