org.jmock.integration.junit4
Class JUnit4Mockery

java.lang.Object
  extended by org.jmock.Mockery
      extended by org.jmock.integration.junit4.JUnit4Mockery
All Implemented Interfaces:
SelfDescribing
Direct Known Subclasses:
JUnitRuleMockery

public class JUnit4Mockery
extends Mockery

A Mockery that reports expectation errors as JUnit 4 test failures.

Author:
nat

Constructor Summary
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()