Modifier and Type | Method and Description |
---|---|
static MapAssert.Entry |
MapAssert.entry(Object key,
Object value)
Creates a new map entry.
|
Modifier and Type | Method and Description |
---|---|
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. |
Copyright © 2007-2013 FEST (Fixtures for Easy Software Testing). All Rights Reserved.