Uses of Class
org.assertj.core.api.SoftAssertionMapAssert
-
Packages that use SoftAssertionMapAssert Package Description org.assertj.core.api -
-
Uses of SoftAssertionMapAssert in org.assertj.core.api
Methods in org.assertj.core.api that return SoftAssertionMapAssert Modifier and Type Method Description <K,V>
SoftAssertionMapAssert<K,V>Java6AbstractStandardSoftAssertions. assertThat(java.util.Map<K,V> actual)
Creates a new instance of
.MapAssert
<K,V>
SoftAssertionMapAssert<K,V>Java6AbstractBDDSoftAssertions. then(java.util.Map<K,V> actual)
Creates a new instance of
.MapAssert
-