Uses of Class
org.assertj.core.data.MapEntry
-
Packages that use MapEntry Package Description org.assertj.core.api org.assertj.core.data org.assertj.core.presentation -
-
Uses of MapEntry in org.assertj.core.api
Methods in org.assertj.core.api that return MapEntry Modifier and Type Method Description static <K,V>
MapEntry<K,V>Assertions. entry(K key, V value)
Only delegate toentry(Object, Object)
so that Assertions offers a full feature entry point to all AssertJ features (but you can useMapEntry
if you prefer).static <K,V>
MapEntry<K,V>AssertionsForClassTypes. entry(K key, V value)
Only delegate toentry(Object, Object)
so that Assertions offers a full feature entry point to all AssertJ features (but you can useMapEntry
if you prefer).static <K,V>
MapEntry<K,V>Java6Assertions. entry(K key, V value)
Only delegate toentry(Object, Object)
so that Assertions offers a full feature entry point to all AssertJ features (but you can useMapEntry
if you prefer).default <K,V>
MapEntry<K,V>WithAssertions. entry(K key, V value)
Delegate call toAssertions.entry(Object, Object)
-
Uses of MapEntry in org.assertj.core.data
Methods in org.assertj.core.data that return MapEntry Modifier and Type Method Description static <K,V>
MapEntry<K,V>MapEntry. entry(K key, V value)
Creates a newMapEntry
. -
Uses of MapEntry in org.assertj.core.presentation
Methods in org.assertj.core.presentation with parameters of type MapEntry Modifier and Type Method Description protected String
StandardRepresentation. toStringOf(MapEntry<?,?> mapEntry)
-