Class JUnit3ErrorTranslator

  • All Implemented Interfaces:
    org.jmock.api.ExpectationErrorTranslator

    public class JUnit3ErrorTranslator
    extends java.lang.Object
    implements org.jmock.api.ExpectationErrorTranslator
    Translates ExpectationErrors into JUnit's AssertionFailedErrors.
    Author:
    npryce
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Error translate​(org.jmock.api.ExpectationError e)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • translate

        public java.lang.Error translate​(org.jmock.api.ExpectationError e)
        Specified by:
        translate in interface org.jmock.api.ExpectationErrorTranslator