Uses of Class
org.assertj.guava.api.RangeMapAssert
Packages that use RangeMapAssert
-
Uses of RangeMapAssert in org.assertj.guava.api
Methods in org.assertj.guava.api that return RangeMapAssertModifier and TypeMethodDescriptionstatic <K extends Comparable<K>,
V>
RangeMapAssert<K,V> Assertions.assertThat
(RangeMap<K, V> actual) final RangeMapAssert<K,
V> Verifies that the actualRangeMap
contains the given entries.final RangeMapAssert<K,
V> Deprecated.RangeMapAssert.containsKeys
(K... keys) Verifies that the actualRangeMap
contains the given keys.RangeMapAssert.containsValues
(V... values) Verifies that the actualRangeMap
contains the given values.RangeMapAssert.isEmpty()
Verifies that the actualRangeMap
is empty.RangeMapAssert.isNotEmpty()
Verifies that the actualRangeMap
is not empty.Methods in org.assertj.guava.api that return types with arguments of type RangeMapAssertModifier and TypeMethodDescriptionstatic <K extends Comparable<K>,
V>
InstanceOfAssertFactory<RangeMap,RangeMapAssert<K, V>> InstanceOfAssertFactory
for aRangeMap
.
contains(MapEntry...)
instead (same method but usingorg.assertj.core.data.MapEntry
in place ofMapEntry
.