Deprecated API


Contents
Deprecated Classes
org.jmock.integration.junit4.JMock
          For JUnit 4 use JUnitRuleMockery 
 

Deprecated Methods
org.jmock.Expectations.a(Class)
          use Expectations.aNonNull(java.lang.Class) or Expectations.any(java.lang.Class) until type inference actually works in a future version of Java 
org.jmock.Expectations.an(Class)
          use Expectations.aNonNull(java.lang.Class) or Expectations.any(java.lang.Class) until type inference actually works in a future version of Java 
org.jmock.Expectations.one(T)
          Use oneOf instead. 
org.jmock.integration.junit4.JMock.possiblyExpectingExceptions(FrameworkMethod, Object, Statement)