org.fest.assertions
Class MapAssert.Entry

java.lang.Object
  extended by org.fest.assertions.MapAssert.Entry
Enclosing class:
MapAssert

public static class MapAssert.Entry
extends Object

Understands an entry in a Map.

Author:
Yvonne Wang

Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

toString

public String toString()
Overrides:
toString in class Object
See Also:
Object.toString()


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