| Package | Description |
|---|---|
| org.assertj.guava.api | |
| org.assertj.guava.data |
| Modifier and Type | Method and Description |
|---|---|
RangeMapAssert<K,V> |
RangeMapAssert.contains(MapEntry<K,V>... entries)
Verifies that the actual
RangeMap contains the given entries. |
| Modifier and Type | Method and Description |
|---|---|
static <K,V> MapEntry<K,V> |
MapEntry.entry(K key,
V value)
Creates a new
MapEntry. |
Copyright © 2018 AssertJ. All rights reserved.