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.MAP
MapSizeAssert.source
Methods 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
.MapAssert
static <K,
V> MapAssert<K, V> AssertionsForInterfaceTypes.assertThat
(Map<K, V> actual) Creates a new instance of
.MapAssert
static <K,
V> MapAssert<K, V> Java6Assertions.assertThat
(Map<K, V> actual) Deprecated.Creates a new instance of
.MapAssert
default <K,
V> MapAssert<K, V> WithAssertions.assertThat
(Map<K, V> actual) Creates a new instance of
.MapAssert
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
.MapAssert
static <K,
V> MapAssert<K, V> Deprecated.Creates a new instance of
.MapAssert
Methods in org.assertj.core.api that return types with arguments of type MapAssertModifier and TypeMethodDescriptionstatic <K,
V> InstanceOfAssertFactory<Map, MapAssert<K, V>> InstanceOfAssertFactory
for aMap
.MapSizeAssert.returnToMap()
Constructor parameters in org.assertj.core.api with type arguments of type MapAssert