|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractMapAssert | |
|---|---|
| org.assertj.core.api | |
| Uses of AbstractMapAssert in org.assertj.core.api |
|---|
| Classes in org.assertj.core.api with type parameters of type AbstractMapAssert | |
|---|---|
class |
AbstractMapAssert<S extends AbstractMapAssert<S,A,K,V>,A extends Map<K,V>,K,V>
Base class for all implementations of assertions for Maps. |
| Subclasses of AbstractMapAssert in org.assertj.core.api | |
|---|---|
class |
MapAssert<K,V>
Assertions for Maps. |
| Methods in org.assertj.core.api that return AbstractMapAssert | ||
|---|---|---|
static
|
Assertions.assertThat(Map<K,V> actual)
Creates a new instance of . |
|
static
|
BDDAssertions.then(Map<K,V> actual)
Creates a new instance of . |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||