Deprecated API


Contents
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. 
 



Copyright © 2003-2012 jMock. All Rights Reserved.