Interface AssertionErrorFactory

  • All Known Implementing Classes:
    ShouldBeEqual

    public interface AssertionErrorFactory
    Factory of AssertionErrors.
    Author:
    Alex Ruiz, Yvonne Wang
    • Method Detail

      • newAssertionError

        java.lang.AssertionError newAssertionError​(Description d)
        Creates an AssertionError.
        Parameters:
        d - the description of the failed assertion.
        Returns:
        the created AssertionError.