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.Assert<SELF,VALUE>
, Descriptable<SELF>
, ExtensionPoints<SELF,VALUE>
AtomicIntegerFieldUpdaterAssert
, AtomicLongFieldUpdaterAssert
, AtomicReferenceFieldUpdaterAssert
public abstract class AbstractAtomicFieldUpdaterAssert<SELF extends AbstractAtomicFieldUpdaterAssert<SELF,VALUE,ATOMIC,OBJECT>,VALUE,ATOMIC,OBJECT> extends AbstractObjectAssert<SELF,ATOMIC>
actual, info, myself
Constructor | Description |
---|---|
AbstractAtomicFieldUpdaterAssert(ATOMIC actual,
Class<?> selfType,
boolean expectedNullAllowed) |
Modifier and Type | Method | Description |
---|---|---|
protected abstract VALUE |
getActualValue(OBJECT obj) |
|
SELF |
hasValue(VALUE expectedValue,
OBJECT obj) |
|
protected void |
validate(VALUE expectedValue) |
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
as, as, defaultTypeComparators, extracting, extracting, hasFieldOrProperty, hasFieldOrPropertyWithValue, hasNoNullFieldsOrProperties, hasNoNullFieldsOrPropertiesExcept, isEqualToComparingFieldByField, isEqualToComparingFieldByFieldRecursively, isEqualToComparingOnlyGivenFields, isEqualToIgnoringGivenFields, isEqualToIgnoringNullFields, returns, usingComparatorForFields, usingComparatorForType
Copyright © 2014–2019. All rights reserved.