Uses of Class
org.assertj.core.api.AtomicIntegerFieldUpdaterAssert
Packages that use AtomicIntegerFieldUpdaterAssert
-
Uses of AtomicIntegerFieldUpdaterAssert in org.assertj.core.api
Methods in org.assertj.core.api that return AtomicIntegerFieldUpdaterAssertModifier and TypeMethodDescriptionstatic <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) Create assertion forAtomicIntegerFieldUpdater.default <OBJECT> AtomicIntegerFieldUpdaterAssert<OBJECT>WithAssertions.assertThat(AtomicIntegerFieldUpdater<OBJECT> actual) Create assertion forAtomicIntegerFieldUpdater.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) Create assertion forAtomicIntegerFieldUpdater.