Class JUnit4Mockery

  • All Implemented Interfaces:
    org.hamcrest.SelfDescribing
    Direct Known Subclasses:
    JUnitRuleMockery

    public class JUnit4Mockery
    extends org.jmock.Mockery
    A Mockery that reports expectation errors as JUnit 4 test failures.
    Author:
    nat
    • Constructor Summary

      Constructors 
      Constructor Description
      JUnit4Mockery()  
    • Method Summary

      • Methods inherited from class org.jmock.Mockery

        addExpectation, assertIsSatisfied, checking, describeTo, mock, mock, sequence, setDefaultResultForType, setExpectationErrorTranslator, setImposteriser, setNamingScheme, setThreadingPolicy, states
      • Methods inherited from class java.lang.Object

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

      • JUnit4Mockery

        public JUnit4Mockery()