Package org.fest.assertions.error
Interface AssertionErrorFactory
-
- All Known Implementing Classes:
ShouldBeEqual
public interface AssertionErrorFactory
Factory of
s.AssertionError
- Author:
- Alex Ruiz, Yvonne Wang
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.AssertionError
newAssertionError(Description d)
Creates an
.AssertionError
-
-
-
Method Detail
-
newAssertionError
java.lang.AssertionError newAssertionError(Description d)
Creates an
.AssertionError
- Parameters:
d
- the description of the failed assertion.- Returns:
- the created
AssertionError
.
-
-