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