is it possible to pass the type of an interface with generics? The interface: public interface AsyncCallback<T> In my test method: Mockito.any(AsyncCallback.class) Putting ...
-
May 25, 2022
- 0 Comments