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