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