org.assertj.core.error
Interface AssertionErrorFactory

All Known Implementing Classes:
ShouldBeEqual

public interface AssertionErrorFactory

Factory of AssertionErrors.

Author:
Alex Ruiz, Yvonne Wang

Method Summary
 AssertionError newAssertionError(Description d, Representation representation)
          Creates an AssertionError.
 

Method Detail

newAssertionError

AssertionError newAssertionError(Description d,
                                 Representation representation)
Creates an AssertionError.

Parameters:
d - the description of the failed assertion.
representation -
Returns:
the created AssertionError.


Copyright © 2013–2015 AssertJ. All rights reserved.