Uses of Class
org.assertj.core.api.AtomicIntegerAssert
Packages that use AtomicIntegerAssert
-
Uses of AtomicIntegerAssert in org.assertj.core.api
Fields in org.assertj.core.api with type parameters of type AtomicIntegerAssertModifier and TypeFieldDescriptionstatic final InstanceOfAssertFactory<AtomicInteger, AtomicIntegerAssert> InstanceOfAssertFactories.ATOMIC_INTEGERInstanceOfAssertFactoryfor anAtomicInteger.Methods in org.assertj.core.api that return AtomicIntegerAssertModifier and TypeMethodDescriptionstatic AtomicIntegerAssertAssertions.assertThat(AtomicInteger actual) Create assertion forAtomicInteger.static AtomicIntegerAssertJava6Assertions.assertThat(AtomicInteger actual) Deprecated.Create assertion forAtomicInteger.default AtomicIntegerAssertJava6StandardSoftAssertionsProvider.assertThat(AtomicInteger actual) Create assertion forAtomicInteger.default AtomicIntegerAssertWithAssertions.assertThat(AtomicInteger actual) Create assertion forAtomicInteger.static AtomicIntegerAssertAssumptions.assumeThat(AtomicInteger actual) Create assumption forAtomicInteger.default AtomicIntegerAssertWithAssumptions.assumeThat(AtomicInteger actual) Creates a new instance ofassumption.AtomicIntegerAssertAtomicIntegerAssert.doesNotHaveValue(int expectedValue) Verifies that the actual atomic does not have the given value.static AtomicIntegerAssertBDDAssumptions.given(AtomicInteger actual) Creates a new assumption's instance for anAtomicIntegervalue.AtomicIntegerAssert.hasNegativeValue()Verifies that the actual atomic has a negative value.AtomicIntegerAssert.hasNonNegativeValue()Verifies that the actual atomic has a non negative value (positive or equal zero).AtomicIntegerAssert.hasNonPositiveValue()Verifies that the actual atomic has a non positive value (negative or equal zero).AtomicIntegerAssert.hasPositiveValue()Verifies that the actual atomic has a positive value.AtomicIntegerAssert.hasValue(int expectedValue) Verifies that the actual atomic has the given value.AtomicIntegerAssert.hasValueBetween(int startInclusive, int endInclusive) Verifies that the actual atomic has a value in [start, end] range (start included, end included).AtomicIntegerAssert.hasValueCloseTo(int expected, Offset<Integer> offset) Verifies that the actual atomic has a value close to the given one within the given offset.AtomicIntegerAssert.hasValueCloseTo(int expected, Percentage percentage) Verifies that the actual atomic has a value close to the given one within the given percentage.
If difference is equal to the percentage value, assertion is considered valid.AtomicIntegerAssert.hasValueGreaterThan(int other) Verifies that the actual atomic has a value strictly greater than the given one.AtomicIntegerAssert.hasValueGreaterThanOrEqualTo(int other) Verifies that the actual atomic has a value strictly greater than the given one.AtomicIntegerAssert.hasValueLessThan(int other) Verifies that the actual atomic has a value strictly less than the given one.AtomicIntegerAssert.hasValueLessThanOrEqualTo(int other) Verifies that the actual atomic has a value strictly less than the given one.static AtomicIntegerAssertBDDAssertions.then(AtomicInteger actual) Create assertion forAtomicInteger.static AtomicIntegerAssertJava6BDDAssertions.then(AtomicInteger actual) Deprecated.Create assertion forAtomicInteger.default AtomicIntegerAssertJava6BDDSoftAssertionsProvider.then(AtomicInteger actual) Create assertion forAtomicInteger.AtomicIntegerAssert.usingComparator(Comparator<? super AtomicInteger> customComparator) AtomicIntegerAssert.usingComparator(Comparator<? super AtomicInteger> customComparator, String customComparatorDescription) AtomicIntegerAssert.usingDefaultComparator()