Uses of Class
org.assertj.core.api.AbstractMapAssert

Packages that use AbstractMapAssert
org.assertj.core.api   
 

Uses of AbstractMapAssert in org.assertj.core.api
 

Classes in org.assertj.core.api with type parameters of type AbstractMapAssert
 class AbstractMapAssert<S extends AbstractMapAssert<S,A,K,V>,A extends Map<K,V>,K,V>
          Base class for all implementations of assertions for Maps.
 

Subclasses of AbstractMapAssert in org.assertj.core.api
 class MapAssert<K,V>
          Assertions for Maps.
 

Methods in org.assertj.core.api that return AbstractMapAssert
static
<K,V> AbstractMapAssert<?,? extends Map<K,V>,K,V>
Assertions.assertThat(Map<K,V> actual)
          Creates a new instance of MapAssert.
static
<K,V> AbstractMapAssert<?,? extends Map<K,V>,K,V>
BDDAssertions.then(Map<K,V> actual)
          Creates a new instance of MapAssert.
 



Copyright © 2013–2015 AssertJ. All rights reserved.