| Package | Description |
|---|---|
| org.assertj.core.api | |
| org.assertj.core.data | |
| org.assertj.core.presentation |
| Modifier and Type | Method and Description |
|---|---|
static <K,V> MapEntry<K,V> |
Java6Assertions.entry(K key,
V value)
Only delegate to
MapEntry#entry(K key, V value) so that Assertions offers a full feature entry point to
all
AssertJ features (but you can use MapEntry if you prefer). |
static <K,V> MapEntry<K,V> |
Assertions.entry(K key,
V value)
Only delegate to
MapEntry#entry(K key, V value) so that Assertions offers a full feature entry point to
all
AssertJ features (but you can use MapEntry if you prefer). |
| Modifier and Type | Method and Description |
|---|---|
static <K,V> MapEntry<K,V> |
MapEntry.entry(K key,
V value)
Creates a new
MapEntry. |
| Modifier and Type | Method and Description |
|---|---|
protected String |
StandardRepresentation.toStringOf(MapEntry<?,?> mapEntry) |
Copyright © 2013–2016 AssertJ. All rights reserved.