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<Map,MapAssert<Object,Object>>InstanceOfAssertFactories. MAPprivate AbstractMapAssert<MapAssert<KEY,VALUE>,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(Map<K,V> actual)Creates a new instance of.MapAssertstatic <K,V>
MapAssert<K,V>AssertionsForInterfaceTypes. assertThat(Map<K,V> actual)Creates a new instance of.MapAssertstatic <K,V>
MapAssert<K,V>Java6Assertions. assertThat(Map<K,V> actual)Deprecated.Creates a new instance of.MapAssertdefault <K,V>
MapAssert<K,V>Java6StandardSoftAssertionsProvider. assertThat(Map<K,V> actual)Creates a new instance of.MapAssertdefault <K,V>
MapAssert<K,V>WithAssertions. assertThat(Map<K,V> actual)Creates a new instance of.MapAssertstatic <K,V>
MapAssert<K,V>Assumptions. assumeThat(Map<K,V> actual)Creates a new instance ofassumption.MapAssertdefault <K,V>
MapAssert<K,V>WithAssumptions. assumeThat(Map<K,V> actual)Creates a new instance ofassumption.MapAssertstatic <K,V>
MapAssert<K,V>BDDAssumptions. given(Map<K,V> actual)Creates a new assumption's instance for aMapvalue.static <K,V>
MapAssert<K,V>BDDAssertions. then(Map<K,V> actual)Creates a new instance of.MapAssertstatic <K,V>
MapAssert<K,V>Java6BDDAssertions. then(Map<K,V> actual)Deprecated.Creates a new instance of.MapAssertdefault <K,V>
MapAssert<K,V>Java6BDDSoftAssertionsProvider. then(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<Map,MapAssert<K,V>>InstanceOfAssertFactories. map(Class<K> keyType, Class<V> valueType)InstanceOfAssertFactoryfor aMap.AbstractMapAssert<MapAssert<KEY,VALUE>,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>,Map<KEY,VALUE>,KEY,VALUE> source, Integer i)
-