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