Uses of Class
org.assertj.guava.api.RangeAssert
Packages that use RangeAssert
-
Uses of RangeAssert in org.assertj.guava.api
Methods in org.assertj.guava.api that return RangeAssertModifier and TypeMethodDescriptionstatic <T extends Comparable<T>>
RangeAssert<T> Assertions.assertThat
(Range<T> actual) Verifies that the actualRange
contains the given values.RangeAssert.doesNotContain
(T... values) Verifies that the actualRange
does not contain the given values.RangeAssert.hasClosedLowerBound()
Verifies that the actualRange
lower bound is closed.RangeAssert.hasClosedUpperBound()
Verifies that the actualRange
upper bound is closed.RangeAssert.hasLowerEndpointEqualTo
(T value) Verifies that the actualRange
lower endpoint is equal to the given value.RangeAssert.hasOpenedLowerBound()
Verifies that the actualRange
lower bound is opened.RangeAssert.hasOpenedUpperBound()
Verifies that the actualRange
upper bound is opened.RangeAssert.hasUpperEndpointEqualTo
(T value) Verifies that the actualRange
upper endpoint is equal to the given value.RangeAssert.isEmpty()
Verifies that the actualRange
is empty.RangeAssert.isNotEmpty()
Verifies that the actualRange
is not empty.Methods in org.assertj.guava.api that return types with arguments of type RangeAssertModifier and TypeMethodDescriptionstatic <C extends Comparable<C>>
InstanceOfAssertFactory<Range, RangeAssert<C>> InstanceOfAssertFactory
for aRange
.