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 TypeClassDescriptionclassAbstractMapAssert<SELF extends AbstractMapAssert<SELF,ACTUAL, K, V>, ACTUAL extends Map<K, V>, K, V> Base class for all implementations of assertions forMaps.classAbstractMapSizeAssert<SELF extends AbstractMapAssert<SELF,A, KEY, VALUE>, A extends Map<KEY, VALUE>, KEY, VALUE> Subclasses of AbstractMapAssert in org.assertj.core.apiModifier and TypeClassDescriptionclassMapAssert<KEY,VALUE> Assertions forMaps.classProxyableMapAssert<KEY,VALUE> Concrete assertions forMaps 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 ofassumption.MapAssertdefault <K,V> AbstractMapAssert<?, ?, K, V> WithAssumptions.assumeThat(Map<K, V> actual) Creates a new instance ofassumption.MapAssertstatic <K,V> AbstractMapAssert<?, ?, K, V> Creates a new assumption's instance for aMapvalue.abstract AbstractMapAssert<SELF,A, KEY, VALUE> AbstractMapSizeAssert.returnToMap()MapSizeAssert.returnToMap()Constructors in org.assertj.core.api with parameters of type AbstractMapAssert