Method and Description |
---|
org.jmock.Expectations.a(Class<?>)
use
Expectations.aNonNull(java.lang.Class<T>) or Expectations.any(java.lang.Class<T>) until type inference actually works in a future version of Java |
org.jmock.Expectations.an(Class<?>)
use
Expectations.aNonNull(java.lang.Class<T>) or Expectations.any(java.lang.Class<T>) until type inference actually works in a future version of Java |