Uses of Class
org.assertj.core.api.AtomicIntegerFieldUpdaterAssert
-
Packages that use AtomicIntegerFieldUpdaterAssert Package Description org.assertj.core.api -
-
Uses of AtomicIntegerFieldUpdaterAssert in org.assertj.core.api
Fields in org.assertj.core.api with type parameters of type AtomicIntegerFieldUpdaterAssert Modifier and Type Field Description static InstanceOfAssertFactory<AtomicIntegerFieldUpdater,AtomicIntegerFieldUpdaterAssert<Object>>InstanceOfAssertFactories. ATOMIC_INTEGER_FIELD_UPDATERMethods in org.assertj.core.api that return AtomicIntegerFieldUpdaterAssert Modifier and Type Method Description static <OBJECT> AtomicIntegerFieldUpdaterAssert<OBJECT>Assertions. assertThat(AtomicIntegerFieldUpdater<OBJECT> actual)Create assertion forAtomicIntegerFieldUpdater.<OBJECT> AtomicIntegerFieldUpdaterAssert<OBJECT>Java6AbstractStandardSoftAssertions. assertThat(AtomicIntegerFieldUpdater<OBJECT> actual)Create assertion forAtomicIntegerFieldUpdater.static <OBJECT> AtomicIntegerFieldUpdaterAssert<OBJECT>Java6Assertions. assertThat(AtomicIntegerFieldUpdater<OBJECT> actual)Deprecated.Create assertion forAtomicIntegerFieldUpdater.default <OBJECT> AtomicIntegerFieldUpdaterAssert<OBJECT>WithAssertions. assertThat(AtomicIntegerFieldUpdater<OBJECT> actual)Create assertion forAtomicIntegerFieldUpdater.static <OBJECT> AtomicIntegerFieldUpdaterAssert<OBJECT>Assumptions. assumeThat(AtomicIntegerFieldUpdater<OBJECT> actual)Create assumption forAtomicIntegerFieldUpdater.default <OBJECT> AtomicIntegerFieldUpdaterAssert<OBJECT>WithAssumptions. assumeThat(AtomicIntegerFieldUpdater<OBJECT> actual)Creates a new instance ofassumption.AtomicIntegerFieldUpdaterAssertAtomicIntegerFieldUpdaterAssert<OBJECT>AtomicIntegerFieldUpdaterAssert. hasValue(Integer expectedValue, OBJECT obj)Verifies that the actual atomic field updater contains the given value at the given object.static <OBJECT> AtomicIntegerFieldUpdaterAssert<OBJECT>BDDAssertions. then(AtomicIntegerFieldUpdater<OBJECT> actual)Create assertion forAtomicIntegerFieldUpdater.<OBJECT> AtomicIntegerFieldUpdaterAssert<OBJECT>Java6AbstractBDDSoftAssertions. then(AtomicIntegerFieldUpdater<OBJECT> actual)Create assertion forAtomicIntegerFieldUpdater.static <OBJECT> AtomicIntegerFieldUpdaterAssert<OBJECT>Java6BDDAssertions. then(AtomicIntegerFieldUpdater<OBJECT> actual)Deprecated.Create assertion forAtomicIntegerFieldUpdater.Methods in org.assertj.core.api that return types with arguments of type AtomicIntegerFieldUpdaterAssert Modifier and Type Method Description static <OBJECT> InstanceOfAssertFactory<AtomicIntegerFieldUpdater,AtomicIntegerFieldUpdaterAssert<OBJECT>>InstanceOfAssertFactories. atomicIntegerFieldUpdater(Class<OBJECT> objectType)
-