@Generated(value="assertj-assertions-generator") public class VariableRecordValueAssert extends AbstractVariableRecordValueAssert<VariableRecordValueAssert,VariableRecordValue>
VariableRecordValue specific assertions - Generated by CustomAssertionGenerator.
Although this class is not final to allow Soft assertions proxy, if you wish to extend it,
extend AbstractVariableRecordValueAssert instead.| Constructor and Description |
|---|
VariableRecordValueAssert(VariableRecordValue actual)
Creates a new
to make assertions on actual VariableRecordValue. |
| Modifier and Type | Method and Description |
|---|---|
static VariableRecordValueAssert |
assertThat(VariableRecordValue actual)
An entry point for VariableRecordValueAssert to follow AssertJ standard
assertThat() statements.With a static import, one can write directly: assertThat(myVariableRecordValue) and get specific assertion with code completion. |
hasName, hasScopeKey, hasValue, hasWorkflowInstanceKeyas, as, extracting, extracting, extracting, getComparatorsByType, hasAllNullFieldsOrProperties, hasAllNullFieldsOrPropertiesExcept, hasFieldOrProperty, hasFieldOrPropertyWithValue, hasNoNullFieldsOrProperties, hasNoNullFieldsOrPropertiesExcept, isEqualToComparingFieldByField, isEqualToComparingFieldByFieldRecursively, isEqualToComparingOnlyGivenFields, isEqualToIgnoringGivenFields, isEqualToIgnoringNullFields, newObjectAssert, returns, usingComparatorForFields, usingComparatorForType, usingRecursiveComparison, usingRecursiveComparisonasList, 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, satisfiesAnyOf, satisfiesAnyOf, setCustomRepresentation, throwAssertionError, usingComparator, usingComparator, usingDefaultComparator, withFailMessage, withRepresentation, withThreadDumpOnErrorpublic VariableRecordValueAssert(VariableRecordValue actual)
VariableRecordValueAssert to make assertions on actual VariableRecordValue.actual - the VariableRecordValue we want to make assertions on.public static VariableRecordValueAssert assertThat(VariableRecordValue actual)
assertThat() statements.assertThat(myVariableRecordValue) and get specific assertion with code completion.actual - the VariableRecordValue we want to make assertions on.VariableRecordValueAssertCopyright © 2017–2019 camunda services GmbH. All rights reserved.