Uses of Class
org.assertj.core.api.AbstractMapSizeAssert
-
Packages that use AbstractMapSizeAssert Package Description org.assertj.core.api -
-
Uses of AbstractMapSizeAssert in org.assertj.core.api
Subclasses of AbstractMapSizeAssert in org.assertj.core.api Modifier and Type Class Description classMapSizeAssert<KEY,VALUE>Methods in org.assertj.core.api that return AbstractMapSizeAssert Modifier and Type Method Description AbstractMapSizeAssert<SELF,ACTUAL,K,V>AbstractMapAssert. size()Returns anAssertobject that allows performing assertions on the size of theMapunder test.
-