Uses of Class
org.fest.assertions.api.LongAssert
Packages that use LongAssert
-
Uses of LongAssert in org.fest.assertions.api
Methods in org.fest.assertions.api that return LongAssertModifier and TypeMethodDescriptionstatic LongAssertAssertions.assertThat(long actual) Creates a new instance of.LongAssertstatic LongAssertAssertions.assertThat(Long actual) Creates a new instance of.LongAssertLongAssert.isEqualTo(long expected) Verifies that the actual value is equal to the given one.LongAssert.isGreaterThan(long other) Verifies that the actual value is greater than the given one.LongAssert.isGreaterThanOrEqualTo(long other) Verifies that the actual value is greater than or equal to the given one.LongAssert.isLessThan(long other) Verifies that the actual value is less than the given one.LongAssert.isLessThanOrEqualTo(long other) Verifies that the actual value is less than or equal to the given one.LongAssert.isNegative()Verifies that the actual value is negative.LongAssert.isNotEqualTo(long other) Verifies that the actual value is not equal to the given one.LongAssert.isNotNegative()Verifies that the actual value is non negative (positive or equal zero).LongAssert.isNotPositive()Verifies that the actual value is non positive (negative or equal zero).LongAssert.isNotZero()Verifies that the actual value is not equal to zero.LongAssert.isPositive()Verifies that the actual value is positive.LongAssert.isZero()Verifies that the actual value is equal to zero.LongAssert.usingComparator(Comparator<? super Long> customComparator) LongAssert.usingDefaultComparator()