| Package | Description |
|---|---|
| org.assertj.core.api |
| Modifier and Type | Method and Description |
|---|---|
<K,V> MapAssert<K,V> |
AbstractSoftAssertions.assertThat(Map<K,V> actual)
Creates a new instance of
. |
static <K,V> MapAssert<K,V> |
Assertions.assertThat(Map<K,V> actual)
Creates a new instance of
. |
static <K,V> MapAssert<K,V> |
BDDAssertions.then(Map<K,V> actual)
Creates a new instance of
. |
Copyright © 2013-2014 AssertJ. All Rights Reserved.