org.fest.assertions
Class BasicDescription
java.lang.Object
org.fest.assertions.BasicDescription
- All Implemented Interfaces:
- Description
public final class BasicDescription
- extends Object
- implements Description
Understands the default implementation of Description
.
- Author:
- Alex Ruiz, Yvonne Wang
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 |
BasicDescription
public BasicDescription(String description)
- Creates a new
BasicDescription
.
- Parameters:
description
- the value of this description.
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-2010 FEST (Fixtures for Easy Software Testing). All Rights Reserved.