org.fest.assertions.description
Class EmptyTextDescription

java.lang.Object
  extended by org.fest.assertions.description.Description
      extended by org.fest.assertions.description.TextDescription
          extended by org.fest.assertions.description.EmptyTextDescription

public class EmptyTextDescription
extends TextDescription

A description containing empty text.

Author:
Alex Ruiz, Yvonne Wang

Method Summary
static Description emptyText()
          Returns the singleton instance of this class.
 
Methods inherited from class org.fest.assertions.description.TextDescription
equals, hashCode, value
 
Methods inherited from class org.fest.assertions.description.Description
toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

emptyText

public static Description emptyText()
Returns the singleton instance of this class.

Returns:
the singleton instance of this class.


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