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