|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MapAssert | |
---|---|
org.fest.assertions.api |
Uses of MapAssert in org.fest.assertions.api |
---|
Methods in org.fest.assertions.api that return MapAssert | |
---|---|
static MapAssert |
Assertions.assertThat(Map<?,?> actual)
Creates a new instance of . |
MapAssert |
MapAssert.contains(MapEntry... entries)
Verifies that the actual map contains the given entries, in any order. |
MapAssert |
MapAssert.doesNotContain(MapEntry... entries)
Verifies that the actual map does not contain the given entries. |
MapAssert |
MapAssert.hasSize(int expected)
Verifies that the number of values in the actual group is equal to the given one. |
MapAssert |
MapAssert.isNotEmpty()
Verifies that the actual group of values is not empty. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |