Uses of Interface
org.fest.assertions.error.AssertionErrorFactory

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 AssertionError 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 ShouldBeEqual.
static AssertionErrorFactory ShouldBeEqual.shouldBeEqual(Object actual, Object expected, org.fest.util.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
 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 © 2007-2012 FEST (Fixtures for Easy Software Testing). All Rights Reserved.