Uses of Interface
org.jmock.api.ExpectationErrorTranslator

Packages that use ExpectationErrorTranslator
org.jmock   
org.jmock.lib   
 

Uses of ExpectationErrorTranslator in org.jmock
 

Methods in org.jmock with parameters of type ExpectationErrorTranslator
 void Mockery.setExpectationErrorTranslator(ExpectationErrorTranslator expectationErrorTranslator)
          Changes the expectation error translator used to translate expectation errors into errors that report test failures.
 

Uses of ExpectationErrorTranslator in org.jmock.lib
 

Classes in org.jmock.lib that implement ExpectationErrorTranslator
 class AssertionErrorTranslator
          Translates ExpectationErrors into AssertionErrors that several test frameworks, including JUnit 4 and TestNG, use to report errors.
 class IdentityExpectationErrorTranslator
          An ExpectationErrorTranslator that doesn't do any translation.
 



Copyright © 2003-2012 jMock. All Rights Reserved.