| 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. |
class |
AbstractMapSizeAssert<S extends AbstractMapAssert<S,A,K,V>,A extends Map<K,V>,K,V> |
| 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 |
|---|---|
AbstractMapAssert<MapAssert<K,V>,Map<K,V>,K,V> |
MapSizeAssert.returnToMap() |
abstract AbstractMapAssert<S,A,K,V> |
AbstractMapSizeAssert.returnToMap() |
| Constructor and Description |
|---|
MapSizeAssert(AbstractMapAssert<MapAssert<K,V>,Map<K,V>,K,V> source,
Integer i) |
Copyright © 2013–2016 AssertJ. All rights reserved.