Uses of Class
org.fest.assertions.MapAssert.Entry
-
Uses of MapAssert.Entry in org.fest.assertions
Methods in org.fest.assertions that return MapAssert.EntryMethods in org.fest.assertions with parameters of type MapAssert.EntryModifier and TypeMethodDescriptionprivate boolean
MapAssert.containsEntry
(MapAssert.Entry e) MapAssert.excludes
(MapAssert.Entry... entries) Verifies that the actual
does not contain the given entries.Map
MapAssert.includes
(MapAssert.Entry... entries) Verifies that the actual
contains the given entries.Map
Method parameters in org.fest.assertions with type arguments of type MapAssert.EntryModifier and TypeMethodDescriptionprivate String
MapAssert.entryOrEntries
(List<MapAssert.Entry> found)