Uses of Class
org.assertj.core.api.MapAssert
Packages that use MapAssert
-
Uses of MapAssert in org.assertj.core.api
Fields in org.assertj.core.api with type parameters of type MapAssertModifier and TypeFieldDescriptionstatic final InstanceOfAssertFactory<Map,MapAssert<Object, Object>> InstanceOfAssertFactories.MAPMapSizeAssert.sourceMethods in org.assertj.core.api that return MapAssertModifier and TypeMethodDescriptionstatic <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> WithAssertions.assertThat(Map<K, V> actual) Creates a new instance of.MapAssertMapAssert.containsAnyOf(Map.Entry<? extends KEY, ? extends VALUE>... entries) MapAssert.containsExactly(Map.Entry<? extends KEY, ? extends VALUE>... entries) MapAssert.containsKeys(KEY... keys) MapAssert.containsOnly(Map.Entry<? extends KEY, ? extends VALUE>... entries) MapAssert.containsOnlyKeys(KEY... keys) MapAssert.containsValues(VALUE... values) MapAssert.doesNotContain(Map.Entry<? extends KEY, ? extends VALUE>... entries) MapAssert.doesNotContainKeys(KEY... keys) static <K,V> MapAssert<K, V> Creates a new instance of.MapAssertstatic <K,V> MapAssert<K, V> Deprecated.Creates a new instance of.MapAssertMethods in org.assertj.core.api that return types with arguments of type MapAssertModifier and TypeMethodDescriptionstatic <K,V> InstanceOfAssertFactory<Map, MapAssert<K, V>> InstanceOfAssertFactoryfor aMap.MapSizeAssert.returnToMap()Constructor parameters in org.assertj.core.api with type arguments of type MapAssert