Interface ErrorMessageFactory

    • Method Detail

      • create

        java.lang.String create​(Description d)
        Creates a new error message as a result of a failed assertion.
        Parameters:
        d - the description of the failed assertion.
        Returns:
        the created error message.