Uses of Interface
org.assertj.core.error.AssertionErrorFactory

Packages that use AssertionErrorFactory
org.assertj.core.error   
org.assertj.core.internal   
 

Uses of AssertionErrorFactory in org.assertj.core.error
 

Classes in org.assertj.core.error that implement AssertionErrorFactory
 class ShouldBeEqual
          Creates an AssertionError indicating that an assertion that verifies that two objects are equal failed.
 

Methods in org.assertj.core.error that return AssertionErrorFactory
static AssertionErrorFactory ShouldBeEqual.shouldBeEqual(Object actual, Object expected, ComparisonStrategy comparisonStrategy, Representation representation)
          Creates a new ShouldBeEqual.
static AssertionErrorFactory ShouldBeEqual.shouldBeEqual(Object actual, Object expected, Representation representation)
          Creates a new ShouldBeEqual.
 

Uses of AssertionErrorFactory in org.assertj.core.internal
 

Methods in org.assertj.core.internal with parameters of type AssertionErrorFactory
 AssertionError Failures.failure(AssertionInfo info, AssertionErrorFactory factory)
          Creates a AssertionError following this pattern: creates a AssertionError using AssertionInfo.overridingErrorMessage() as the error message if such value is not null, or uses the given AssertionErrorFactory to create an AssertionError, prepending the value of AssertionInfo.description() to the error message
 



Copyright © 2013–2015 AssertJ. All rights reserved.