Uses of Class
org.assertj.core.data.MapEntry
Packages that use MapEntry
Package
Description
-
Uses of MapEntry in org.assertj.core.api
Methods in org.assertj.core.api that return MapEntryModifier and TypeMethodDescriptionstatic <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> 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 useMapEntry
if 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 useMapEntry
if 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 useMapEntry
if you prefer). -
Uses of MapEntry in org.assertj.core.data
Methods in org.assertj.core.data that return MapEntry -
Uses of MapEntry in org.assertj.core.presentation
Methods in org.assertj.core.presentation with parameters of type MapEntryModifier and TypeMethodDescriptionprotected String
StandardRepresentation.toStringOf
(MapEntry<?, ?> mapEntry) -
Uses of MapEntry in org.assertj.guava.api
Methods in org.assertj.guava.api that return MapEntryModifier and TypeMethodDescriptionstatic <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 useMapEntry
if you prefer).Methods in org.assertj.guava.api with parameters of type MapEntryModifier and TypeMethodDescriptionfinal MultimapAssert
<K, V> Verifies that the actualMultimap
contains the given entries.final RangeMapAssert
<K, V> Verifies that the actualRangeMap
contains the given entries.