Uses of Class
org.assertj.core.api.AtomicIntegerFieldUpdaterAssert
Packages that use AtomicIntegerFieldUpdaterAssert
-
Uses of AtomicIntegerFieldUpdaterAssert in org.assertj.core.api
Fields in org.assertj.core.api with type parameters of type AtomicIntegerFieldUpdaterAssertModifier and TypeFieldDescriptionstatic final InstanceOfAssertFactory<AtomicIntegerFieldUpdater, AtomicIntegerFieldUpdaterAssert<Object>> InstanceOfAssertFactories.ATOMIC_INTEGER_FIELD_UPDATERMethods in org.assertj.core.api that return AtomicIntegerFieldUpdaterAssertModifier and TypeMethodDescriptionstatic <OBJECT> AtomicIntegerFieldUpdaterAssert<OBJECT> Assertions.assertThat(AtomicIntegerFieldUpdater<OBJECT> actual) Create assertion forAtomicIntegerFieldUpdater.static <OBJECT> AtomicIntegerFieldUpdaterAssert<OBJECT> Java6Assertions.assertThat(AtomicIntegerFieldUpdater<OBJECT> actual) Deprecated.Create assertion forAtomicIntegerFieldUpdater.default <OBJECT> AtomicIntegerFieldUpdaterAssert<OBJECT> Java6StandardSoftAssertionsProvider.assertThat(AtomicIntegerFieldUpdater<OBJECT> actual) 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.AtomicIntegerFieldUpdaterAssertstatic <OBJECT> AtomicIntegerFieldUpdaterAssert<OBJECT> BDDAssumptions.given(AtomicIntegerFieldUpdater<OBJECT> actual) Creates a new assumption's instance for anAtomicIntegerFieldUpdatervalue.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.static <OBJECT> AtomicIntegerFieldUpdaterAssert<OBJECT> Java6BDDAssertions.then(AtomicIntegerFieldUpdater<OBJECT> actual) Deprecated.Create assertion forAtomicIntegerFieldUpdater.default <OBJECT> AtomicIntegerFieldUpdaterAssert<OBJECT> Java6BDDSoftAssertionsProvider.then(AtomicIntegerFieldUpdater<OBJECT> actual) Create assertion forAtomicIntegerFieldUpdater.Methods in org.assertj.core.api that return types with arguments of type AtomicIntegerFieldUpdaterAssertModifier and TypeMethodDescriptionInstanceOfAssertFactories.atomicIntegerFieldUpdater(Class<T> objectType)