org.fest.assertions.error
Interface AssertionErrorFactory

All Known Implementing Classes:
ShouldBeEqual

public interface AssertionErrorFactory

Factory of AssertionErrors.

Author:
Alex Ruiz, Yvonne Wang

Method Summary
 AssertionError newAssertionError(Description d)
          Creates an AssertionError.
 

Method Detail

newAssertionError

AssertionError newAssertionError(Description d)
Creates an AssertionError.

Parameters:
d - the description of the failed assertion.
Returns:
the created AssertionError.


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