@Generated(value="assertj-assertions-generator") public abstract class AbstractJobRecordValueAssert<S extends AbstractJobRecordValueAssert<S,A>,A extends JobRecordValue> extends org.assertj.core.api.AbstractObjectAssert<S,A>
JobRecordValue specific assertions - Generated by CustomAssertionGenerator.| Modifier | Constructor and Description |
|---|---|
protected |
AbstractJobRecordValueAssert(A actual,
Class<S> selfType)
Creates a new
to make assertions on actual JobRecordValue. |
| Modifier and Type | Method and Description |
|---|---|
S |
hasCustomHeaders(Map customHeaders)
Verifies that the actual JobRecordValue's customHeaders is equal to the given one.
|
S |
hasDeadline(java.time.Instant deadline)
Verifies that the actual JobRecordValue's deadline is equal to the given one.
|
S |
hasHeaders(Headers headers)
Verifies that the actual JobRecordValue's headers is equal to the given one.
|
S |
hasRetries(int retries)
Verifies that the actual JobRecordValue's retries is equal to the given one.
|
S |
hasType(String type)
Verifies that the actual JobRecordValue's type is equal to the given one.
|
S |
hasWorker(String worker)
Verifies that the actual JobRecordValue's worker 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 AbstractJobRecordValueAssert(A actual, Class<S> selfType)
AbstractJobRecordValueAssert to make assertions on actual JobRecordValue.actual - the JobRecordValue we want to make assertions on.public S hasCustomHeaders(Map customHeaders)
customHeaders - the given customHeaders to compare the actual JobRecordValue's customHeaders to.AssertionError - - if the actual JobRecordValue's customHeaders is not equal to the given one.public S hasDeadline(java.time.Instant deadline)
deadline - the given deadline to compare the actual JobRecordValue's deadline to.AssertionError - - if the actual JobRecordValue's deadline is not equal to the given one.public S hasHeaders(Headers headers)
headers - the given headers to compare the actual JobRecordValue's headers to.AssertionError - - if the actual JobRecordValue's headers is not equal to the given one.public S hasRetries(int retries)
retries - the given retries to compare the actual JobRecordValue's retries to.AssertionError - - if the actual JobRecordValue's retries is not equal to the given one.public S hasType(String type)
type - the given type to compare the actual JobRecordValue's type to.AssertionError - - if the actual JobRecordValue's type is not equal to the given one.public S hasWorker(String worker)
worker - the given worker to compare the actual JobRecordValue's worker to.AssertionError - - if the actual JobRecordValue's worker is not equal to the given one.Copyright © 2017–2018 camunda services GmbH. All rights reserved.