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 MapAssertMethods 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) Creates a new instance of.MapAssertdefault <K,V> MapAssert<K, V> WithAssertions.assertThat(Map<K, V> actual) Delegate call toAssertions.assertThat(Map)MapAssert.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> Creates a new instance of.MapAssertMethods in org.assertj.core.api that return types with arguments of type MapAssertConstructor parameters in org.assertj.core.api with type arguments of type MapAssert