| Package | Description |
|---|---|
| org.assertj.core.api |
| Modifier and Type | Class and Description |
|---|---|
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. |
| Modifier and Type | Class and Description |
|---|---|
class |
MapAssert<K,V>
Assertions for
Maps. |
class |
SoftAssertionMapAssert<K,V>
Concrete assertions for
Maps without any final methods to allow proxying. |
| Modifier and Type | Method and Description |
|---|---|
static <K,V> AbstractMapAssert<?,? extends Map<K,V>,K,V> |
BDDAssertions.then(Map<K,V> actual)
Creates a new instance of
. |
Copyright © 2013-2015 AssertJ. All Rights Reserved.