@Generated(value="assertj-assertions-generator") public class RaftRecordValueAssert extends AbstractRaftRecordValueAssert<RaftRecordValueAssert,RaftRecordValue>
RaftRecordValue specific assertions - Generated by CustomAssertionGenerator.
Although this class is not final to allow Soft assertions proxy, if you wish to extend it,
extend AbstractRaftRecordValueAssert instead.| Constructor and Description |
|---|
RaftRecordValueAssert(RaftRecordValue actual)
Creates a new
to make assertions on actual RaftRecordValue. |
| Modifier and Type | Method and Description |
|---|---|
static RaftRecordValueAssert |
assertThat(RaftRecordValue actual)
An entry point for RaftRecordValueAssert to follow AssertJ standard
assertThat() statements.With a static import, one can write directly: assertThat(myRaftRecordValue) and get specific assertion with code completion. |
doesNotHaveMembers, doesNotHaveMembers, hasMembers, hasMembers, hasNoMembers, hasOnlyMembers, hasOnlyMembersas, 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, withThreadDumpOnErrorpublic RaftRecordValueAssert(RaftRecordValue actual)
RaftRecordValueAssert to make assertions on actual RaftRecordValue.actual - the RaftRecordValue we want to make assertions on.public static RaftRecordValueAssert assertThat(RaftRecordValue actual)
assertThat() statements.assertThat(myRaftRecordValue) and get specific assertion with code completion.actual - the RaftRecordValue we want to make assertions on.RaftRecordValueAssertCopyright © 2017–2018 camunda services GmbH. All rights reserved.