How to verify that a method is not called on an object’s dependency? For example: public interface Dependency { void someMethod(); } public ...
-
April 21, 2022
- 0 Comments