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 actualRangeMapcontains the given entries.final RangeMapAssert<K, V> Deprecated.RangeMapAssert.containsKeys(K... keys) Verifies that the actualRangeMapcontains the given keys.RangeMapAssert.containsValues(V... values) Verifies that the actualRangeMapcontains the given values.RangeMapAssert.isEmpty()Verifies that the actualRangeMapis empty.RangeMapAssert.isNotEmpty()Verifies that the actualRangeMapis 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>> InstanceOfAssertFactoryfor aRangeMap.
contains(MapEntry...)instead (same method but usingorg.assertj.core.data.MapEntryin place ofMapEntry.