Uses of Class
org.assertj.core.api.MapAssert
-
Packages that use MapAssert Package Description org.assertj.core.api -
-
Uses of MapAssert in org.assertj.core.api
Fields in org.assertj.core.api with type parameters of type MapAssert Modifier and Type Field Description static InstanceOfAssertFactory<java.util.Map,MapAssert<java.lang.Object,java.lang.Object>>InstanceOfAssertFactories. MAPprivate AbstractMapAssert<MapAssert<KEY,VALUE>,java.util.Map<KEY,VALUE>,KEY,VALUE>MapSizeAssert. sourceMethods in org.assertj.core.api that return MapAssert Modifier and Type Method Description static <K,V>
MapAssert<K,V>Assertions. assertThat(java.util.Map<K,V> actual)Creates a new instance of.MapAssertstatic <K,V>
MapAssert<K,V>AssertionsForInterfaceTypes. assertThat(java.util.Map<K,V> actual)Creates a new instance of.MapAssertstatic <K,V>
MapAssert<K,V>Java6Assertions. assertThat(java.util.Map<K,V> actual)Deprecated.Creates a new instance of.MapAssertdefault <K,V>
MapAssert<K,V>Java6StandardSoftAssertionsProvider. assertThat(java.util.Map<K,V> actual)Creates a new instance of.MapAssertdefault <K,V>
MapAssert<K,V>WithAssertions. assertThat(java.util.Map<K,V> actual)Creates a new instance of.MapAssertstatic <K,V>
MapAssert<K,V>MapAssert. assertThatMap(java.util.Map<K,V> actual)static <K,V>
MapAssert<K,V>Assumptions. assumeThat(java.util.Map<K,V> actual)Creates a new instance ofassumption.MapAssertdefault <K,V>
MapAssert<K,V>WithAssumptions. assumeThat(java.util.Map<K,V> actual)Creates a new instance ofassumption.MapAssertstatic <K,V>
MapAssert<K,V>BDDAssumptions. given(java.util.Map<K,V> actual)Creates a new assumption's instance for aMapvalue.static <K,V>
MapAssert<K,V>BDDAssertions. then(java.util.Map<K,V> actual)Creates a new instance of.MapAssertstatic <K,V>
MapAssert<K,V>Java6BDDAssertions. then(java.util.Map<K,V> actual)Deprecated.Creates a new instance of.MapAssertdefault <K,V>
MapAssert<K,V>Java6BDDSoftAssertionsProvider. then(java.util.Map<K,V> actual)Creates a new instance of.MapAssertMethods in org.assertj.core.api that return types with arguments of type MapAssert Modifier and Type Method Description static <K,V>
InstanceOfAssertFactory<java.util.Map,MapAssert<K,V>>InstanceOfAssertFactories. map(java.lang.Class<K> keyType, java.lang.Class<V> valueType)InstanceOfAssertFactoryfor aMap.AbstractMapAssert<MapAssert<KEY,VALUE>,java.util.Map<KEY,VALUE>,KEY,VALUE>MapSizeAssert. returnToMap()Constructor parameters in org.assertj.core.api with type arguments of type MapAssert Constructor Description MapSizeAssert(AbstractMapAssert<MapAssert<KEY,VALUE>,java.util.Map<KEY,VALUE>,KEY,VALUE> source, java.lang.Integer i)
-