Uses of Class
org.assertj.core.api.AtomicLongAssert
Packages that use AtomicLongAssert
-
Uses of AtomicLongAssert in org.assertj.core.api
Fields in org.assertj.core.api with type parameters of type AtomicLongAssertModifier and TypeFieldDescriptionstatic final InstanceOfAssertFactory<AtomicLong, AtomicLongAssert> InstanceOfAssertFactories.ATOMIC_LONGInstanceOfAssertFactoryfor anAtomicLong.Methods in org.assertj.core.api that return AtomicLongAssertModifier and TypeMethodDescriptionstatic AtomicLongAssertAssertions.assertThat(AtomicLong actual) Create assertion forAtomicLong.static AtomicLongAssertJava6Assertions.assertThat(AtomicLong actual) Deprecated.Create assertion forAtomicLong.default AtomicLongAssertJava6StandardSoftAssertionsProvider.assertThat(AtomicLong actual) Create assertion forAtomicLong.default AtomicLongAssertWithAssertions.assertThat(AtomicLong actual) Create assertion forAtomicLong.static AtomicLongAssertAssumptions.assumeThat(AtomicLong actual) Create assumption forAtomicLong.default AtomicLongAssertWithAssumptions.assumeThat(AtomicLong actual) Creates a new instance ofassumption.AtomicLongAssertAtomicLongAssert.doesNotHaveValue(long expectedValue) Verifies that the actual atomic has not the given value.static AtomicLongAssertBDDAssumptions.given(AtomicLong actual) Creates a new assumption's instance for anAtomicLongvalue.AtomicLongAssert.hasNegativeValue()Verifies that the actual atomic has a negative value.AtomicLongAssert.hasNonNegativeValue()Verifies that the actual atomic has a non negative value (positive or equal zero).AtomicLongAssert.hasNonPositiveValue()Verifies that the actual atomic has a non positive value (negative or equal zero).AtomicLongAssert.hasPositiveValue()Verifies that the actual atomic has a positive value.AtomicLongAssert.hasValue(long expectedValue) Verifies that the actual atomic has the given value.AtomicLongAssert.hasValueBetween(long startInclusive, long endInclusive) Verifies that the actual atomic has a value in [start, end] range (start included, end included).AtomicLongAssert.hasValueCloseTo(long expected, Offset<Long> offset) Verifies that the actual atomic has a value close to the given one within the given offset.AtomicLongAssert.hasValueCloseTo(long 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.AtomicLongAssert.hasValueGreaterThan(long other) Verifies that the actual atomic has a value strictly greater than the given one.AtomicLongAssert.hasValueGreaterThanOrEqualTo(long other) Verifies that the actual atomic has a value strictly greater than the given one.AtomicLongAssert.hasValueLessThan(long other) Verifies that the actual atomic has a value strictly less than the given one.AtomicLongAssert.hasValueLessThanOrEqualTo(long other) Verifies that the actual atomic has a value strictly less than the given one.static AtomicLongAssertBDDAssertions.then(AtomicLong actual) Create assertion forAtomicLong.static AtomicLongAssertJava6BDDAssertions.then(AtomicLong actual) Deprecated.Create assertion forAtomicLong.default AtomicLongAssertJava6BDDSoftAssertionsProvider.then(AtomicLong actual) Create assertion forAtomicLong.AtomicLongAssert.usingComparator(Comparator<? super AtomicLong> customComparator) AtomicLongAssert.usingComparator(Comparator<? super AtomicLong> customComparator, String customComparatorDescription) AtomicLongAssert.usingDefaultComparator()