Uses of Class
org.assertj.guava.api.RangeMapAssert
-
Packages that use RangeMapAssert Package Description org.assertj.guava.api -
-
Uses of RangeMapAssert in org.assertj.guava.api
Methods in org.assertj.guava.api that return RangeMapAssert Modifier and Type Method Description static <K extends java.lang.Comparable<K>,V>
RangeMapAssert<K,V>Assertions. assertThat(com.google.common.collect.RangeMap<K,V> actual)RangeMapAssert<K,V>RangeMapAssert. contains(MapEntry<K,V>... entries)Verifies that the actualRangeMapcontains the given entries.RangeMapAssert<K,V>RangeMapAssert. contains(MapEntry<K,V>... entries)Deprecated.usecontains(MapEntry...)instead (same method but usingorg.assertj.core.data.MapEntryin place ofMapEntry.RangeMapAssert<K,V>RangeMapAssert. containsKeys(K... keys)Verifies that the actualRangeMapcontains the given keys.RangeMapAssert<K,V>RangeMapAssert. containsValues(V... values)Verifies that the actualRangeMapcontains the given values.RangeMapAssert<K,V>RangeMapAssert. isEmpty()Verifies that the actualRangeMapis empty.RangeMapAssert<K,V>RangeMapAssert. isNotEmpty()Verifies that the actualRangeMapis not empty.Methods in org.assertj.guava.api that return types with arguments of type RangeMapAssert Modifier and Type Method Description static <K extends java.lang.Comparable<K>,V>
InstanceOfAssertFactory<com.google.common.collect.RangeMap,RangeMapAssert<K,V>>InstanceOfAssertFactories. rangeMap(java.lang.Class<K> keyType, java.lang.Class<V> valueType)InstanceOfAssertFactoryfor aRangeMap.
-