Package org.jmock.integration.junit3
Class JUnit3ErrorTranslator
- java.lang.Object
-
- org.jmock.integration.junit3.JUnit3ErrorTranslator
-
- All Implemented Interfaces:
org.jmock.api.ExpectationErrorTranslator
public class JUnit3ErrorTranslator extends java.lang.Object implements org.jmock.api.ExpectationErrorTranslatorTranslatesExpectationErrors into JUnit'sAssertionFailedErrors.- Author:
- npryce
-
-
Field Summary
Fields Modifier and Type Field Description static JUnit3ErrorTranslatorINSTANCE
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Errortranslate(org.jmock.api.ExpectationError e)
-
-
-
Field Detail
-
INSTANCE
public static final JUnit3ErrorTranslator INSTANCE
-
-