org.fest.assertions
Interface Description

All Known Implementing Classes:
BasicDescription

public interface Description

Understands a description of something.

Author:
Alex Ruiz

Method Summary
 String value()
          Returns the value of this description.
 

Method Detail

value

String value()
Returns the value of this description.

Returns:
the value of this description.


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