|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of MapAssert.Entry in org.fest.assertions |
---|
Methods in org.fest.assertions that return MapAssert.Entry | |
---|---|
static MapAssert.Entry |
MapAssert.entry(Object key,
Object value)
Creates a new map entry. |
Methods in org.fest.assertions with parameters of type MapAssert.Entry | |
---|---|
MapAssert |
MapAssert.excludes(MapAssert.Entry... entries)
Verifies that the actual does not contain the given entries. |
MapAssert |
MapAssert.includes(MapAssert.Entry... entries)
Verifies that the actual contains the given entries. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |