Uses of Class
org.fest.assertions.MapAssert

Uses of MapAssert in org.fest.assertions
 

Methods in org.fest.assertions that return MapAssert
static MapAssert Assertions.assertThat(Map<?,?> actual)
          Creates a new instance of MapAssert.
 MapAssert MapAssert.excludes(MapAssert.Entry... entries)
          Verifies that the actual Map does not contain the given entries.
 MapAssert MapAssert.includes(MapAssert.Entry... entries)
          Verifies that the actual Map contains the given entries.
 



Copyright © 2007-2011 FEST (Fixtures for Easy Software Testing). All Rights Reserved.