Uses of Interface
org.fest.assertions.error.AssertionErrorFactory
- 
Packages that use AssertionErrorFactory Package Description 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 Modifier and Type Class Description classShouldBeEqualCreates anindicating that an assertion that verifies that two objects are equal failed.AssertionErrorMethods in org.fest.assertions.error that return AssertionErrorFactory Modifier and Type Method Description static AssertionErrorFactoryShouldBeEqual. shouldBeEqual(java.lang.Object actual, java.lang.Object expected)Creates a new.ShouldBeEqualstatic AssertionErrorFactoryShouldBeEqual. shouldBeEqual(java.lang.Object actual, java.lang.Object expected, ComparisonStrategy comparisonStrategy)Creates a new.ShouldBeEqual - 
Uses of AssertionErrorFactory in org.fest.assertions.internal
Methods in org.fest.assertions.internal with parameters of type AssertionErrorFactory Modifier and Type Method Description java.lang.AssertionErrorFailures. failure(AssertionInfo info, AssertionErrorFactory factory)Creates afollowing this pattern: creates aAssertionErrorusingAssertionErroras the error message if such value is notAssertionInfo.overridingErrorMessage()null, or uses the givento create anAssertionErrorFactory, prepending the value ofAssertionErrorto the error messageAssertionInfo.description() 
 -