Package org.fest.assertions.error
Interface AssertionErrorFactory
- All Known Implementing Classes:
ShouldBeEqual
public interface AssertionErrorFactory
Factory of
AssertionErrors.- Author:
- Alex Ruiz, Yvonne Wang
-
Method Summary
-
Method Details
-
newAssertionError
Creates an.AssertionError- Parameters:
d- the description of the failed assertion.- Returns:
- the created
AssertionError.
-