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 booleanMapAssert.containsEntry(MapAssert.Entry e) MapAssert.excludes(MapAssert.Entry... entries) Verifies that the actualdoes not contain the given entries.MapMapAssert.includes(MapAssert.Entry... entries) Verifies that the actualcontains the given entries.MapMethod parameters in org.fest.assertions with type arguments of type MapAssert.EntryModifier and TypeMethodDescriptionprivate StringMapAssert.entryOrEntries(List<MapAssert.Entry> found)