org.fest.assertions
Class BasicDescription

java.lang.Object
  extended by org.fest.assertions.BasicDescription
All Implemented Interfaces:
Description

public class BasicDescription
extends Object
implements Description

Understands the default implementation of Description.

Author:
Alex Ruiz, Yvonne Wang

Constructor Summary
BasicDescription(String description)
          Creates a new BasicDescription.
 
Method Summary
 String value()
          Returns the value of this description.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicDescription

public BasicDescription(String description)
Creates a new BasicDescription.

Parameters:
description - the value of this description.
Method Detail

value

public String value()
Description copied from interface: Description
Returns the value of this description.

Specified by:
value in interface Description
Returns:
the value of this description.
See Also:
Description.value()


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