|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AssertionErrorFactory | |
|---|---|
| org.fest.assertions.error | |
| org.fest.assertions.internal | |
| Uses of AssertionErrorFactory in org.fest.assertions.error |
|---|
| Classes in org.fest.assertions.error that implement AssertionErrorFactory | |
|---|---|
class |
ShouldBeEqual
Creates an indicating that an assertion that verifies that two objects are equal failed. |
| Methods in org.fest.assertions.error that return AssertionErrorFactory | |
|---|---|
static AssertionErrorFactory |
ShouldBeEqual.shouldBeEqual(Object actual,
Object expected)
Creates a new . |
static AssertionErrorFactory |
ShouldBeEqual.shouldBeEqual(Object actual,
Object expected,
org.fest.util.ComparisonStrategy comparisonStrategy)
Creates a new . |
| Uses of AssertionErrorFactory in org.fest.assertions.internal |
|---|
| Methods in org.fest.assertions.internal with parameters of type AssertionErrorFactory | |
|---|---|
AssertionError |
Failures.failure(AssertionInfo info,
AssertionErrorFactory factory)
Creates a following this pattern:
creates a using as the
error message if such value is not null, or
uses the given to create an , prepending
the value of to the error message
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||