Interface AssertionErrorFactory

  • All Known Implementing Classes:
    ShouldBeEqual

    @Deprecated
    public interface AssertionErrorFactory
    Deprecated.
    don't use it or favor AssertionErrorCreator instead.
    Factory of AssertionErrors.
    • Method Detail

      • newAssertionError

        java.lang.AssertionError newAssertionError​(Description description,
                                                   Representation representation)
        Deprecated.
        Creates an AssertionError.
        Parameters:
        description - the description of the failed assertion.
        representation - the Representation used
        Returns:
        the created AssertionError.