0

In a class I import some packages, but I want to mock some of the methods in the packages. For example:

import com.MyObject;
...
    MyObject.myMethod();

How do I mock MyObject's myMethod?

JobHunter69
  • 1,320
  • 2
  • 18
  • 38

0 Answers0