Uses of Class
org.fest.assertions.data.MapEntry
Packages that use MapEntry
-
Uses of MapEntry in org.fest.assertions.api
Methods in org.fest.assertions.api that return MapEntryModifier and TypeMethodDescriptionstatic MapEntry
Only delegate toentry(Object, Object)
so that Assertions offers a full feature entry point to all Fest Assert features (but you can useMapEntry
if you prefer).Methods in org.fest.assertions.api with parameters of type MapEntryModifier and TypeMethodDescriptionVerifies that the actual map contains the given entries, in any order.MapAssert.doesNotContain
(MapEntry... entries) Verifies that the actual map does not contain the given entries.Method parameters in org.fest.assertions.api with type arguments of type MapEntryModifier and TypeMethodDescriptionMapAssert.usingElementComparator
(Comparator<? super MapEntry> customComparator) Use given custom comparator instead of relying on actual type Aequals
method to compare group elements for incoming assertion checks. -
Uses of MapEntry in org.fest.assertions.data
Methods in org.fest.assertions.data that return MapEntry -
Uses of MapEntry in org.fest.assertions.internal
Methods in org.fest.assertions.internal with parameters of type MapEntryModifier and TypeMethodDescriptionvoid
Maps.assertContains
(AssertionInfo info, Map<?, ?> actual, MapEntry[] entries) Asserts that the givenMap
contains the given entries, in any order.void
Maps.assertDoesNotContain
(AssertionInfo info, Map<?, ?> actual, MapEntry[] entries) Asserts that the givenMap
does not contain the given entries.