Uses of Class
org.assertj.core.api.AbstractMapAssert
Packages that use AbstractMapAssert
-
Uses of AbstractMapAssert in org.assertj.core.api
Classes in org.assertj.core.api with type parameters of type AbstractMapAssertModifier and TypeClassDescriptionclass
AbstractMapAssert<SELF extends AbstractMapAssert<SELF,
ACTUAL, K, V>, ACTUAL extends Map<K, V>, K, V> Base class for all implementations of assertions forMap
s.class
AbstractMapSizeAssert<SELF extends AbstractMapAssert<SELF,
A, KEY, VALUE>, A extends Map<KEY, VALUE>, KEY, VALUE> Subclasses of AbstractMapAssert in org.assertj.core.apiModifier and TypeClassDescriptionclass
MapAssert<KEY,
VALUE> Assertions forMap
s.class
ProxyableMapAssert<KEY,
VALUE> Concrete assertions forMap
s without any final methods to allow proxying.Fields in org.assertj.core.api declared as AbstractMapAssertMethods in org.assertj.core.api that return AbstractMapAssertModifier and TypeMethodDescriptionstatic <K,
V> AbstractMapAssert<?, ?, K, V> Assumptions.assumeThat
(Map<K, V> actual) Creates a new instance of
assumption.MapAssert
default <K,
V> AbstractMapAssert<?, ?, K, V> WithAssumptions.assumeThat
(Map<K, V> actual) Creates a new instance of
assumption.MapAssert
static <K,
V> AbstractMapAssert<?, ?, K, V> Creates a new assumption's instance for aMap
value.abstract AbstractMapAssert<SELF,
A, KEY, VALUE> AbstractMapSizeAssert.returnToMap()
MapSizeAssert.returnToMap()
Constructors in org.assertj.core.api with parameters of type AbstractMapAssert