Package org.jmock.api

Interface ExpectationErrorTranslator

    • Method Detail

      • translate

        java.lang.Error translate​(ExpectationError e)
        Translates the given ExpectationError into an error type compatible with another testing framework.
        Parameters:
        e - The ExpectationError to translate.
        Returns:
        An error that is compatible with another testing framework and contains the same message and stack trace as e.