SELF
- the "self" type of this assertion class.VALUE
- the type of the "actual" value.ATOMIC
- the type of the "actual" atomic.OBJECT
- the type of the object holding the updatable field.public abstract class AbstractAtomicFieldUpdaterAssert<SELF extends AbstractAtomicFieldUpdaterAssert<SELF,VALUE,ATOMIC,OBJECT>,VALUE,ATOMIC,OBJECT> extends AbstractObjectAssert<SELF,ATOMIC>
Modifier and Type | Field and Description |
---|---|
private boolean |
expectedNullAllowed |
actual, conditions, info, myself, objects
Constructor and Description |
---|
AbstractAtomicFieldUpdaterAssert(ATOMIC actual,
java.lang.Class<?> selfType,
boolean expectedNullAllowed) |
Modifier and Type | Method and Description |
---|---|
private void |
checkNotNull(VALUE expectedValue) |
protected abstract VALUE |
getActualValue(OBJECT obj) |
SELF |
hasValue(VALUE expectedValue,
OBJECT obj) |
protected void |
validate(VALUE expectedValue) |
as, as, defaultTypeComparators, extracting, extracting, hasFieldOrProperty, hasFieldOrPropertyWithValue, hasNoNullFieldsOrProperties, hasNoNullFieldsOrPropertiesExcept, isEqualToComparingFieldByField, isEqualToComparingFieldByFieldRecursively, isEqualToComparingOnlyGivenFields, isEqualToIgnoringGivenFields, isEqualToIgnoringNullFields, returns, usingComparatorForFields, usingComparatorForType
asList, asString, describedAs, describedAs, descriptionText, doesNotHave, doesNotHaveSameClassAs, equals, failWithMessage, getWritableAssertionInfo, has, hashCode, hasSameClassAs, 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, overridingErrorMessage, satisfies, setCustomRepresentation, throwAssertionError, usingComparator, usingDefaultComparator, withFailMessage, withRepresentation, withThreadDumpOnError
public AbstractAtomicFieldUpdaterAssert(ATOMIC actual, java.lang.Class<?> selfType, boolean expectedNullAllowed)