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 org.assertj.guava.api -
-
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 useMapEntryif 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 useMapEntryif you prefer).static <K,V>
MapEntry<K,V>BDDAssertions. 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 useMapEntryif you prefer).static <K,V>
MapEntry<K,V>Java6Assertions. entry(K key, V value)Deprecated.Only delegate toentry(Object, Object)so that Assertions offers a full feature entry point to all AssertJ features (but you can useMapEntryif you prefer).default <K,V>
MapEntry<K,V>WithAssertions. 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 useMapEntryif you prefer). -
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 java.lang.StringStandardRepresentation. toStringOf(MapEntry<?,?> mapEntry) -
Uses of MapEntry in org.assertj.guava.api
Methods in org.assertj.guava.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 fully featured entry point to all AssertJ Guava features (but you can useMapEntryif you prefer).Methods in org.assertj.guava.api with parameters of type MapEntry Modifier and Type Method Description MultimapAssert<K,V>MultimapAssert. contains(MapEntry<K,V>... entries)Verifies that the actualMultimapcontains the given entries.RangeMapAssert<K,V>RangeMapAssert. contains(MapEntry<K,V>... entries)Verifies that the actualRangeMapcontains the given entries.
-