org.fest.assertions.core
Interface AssertionInfo

All Known Implementing Classes:
WritableAssertionInfo

public interface AssertionInfo

Information about an assertion.

Author:
Alex Ruiz, Yvonne Wang

Method Summary
 Description description()
          Returns the description of an assertion.
 String overridingErrorMessage()
          Returns the message that, if specified, will replace the default message of an assertion failure.
 

Method Detail

overridingErrorMessage

String overridingErrorMessage()
Returns the message that, if specified, will replace the default message of an assertion failure.

Returns:
the message that, if specified, will replace the default message of an assertion failure.

description

Description description()
Returns the description of an assertion.

Returns:
the description of an assertion.


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