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,706
  • 5
  • 25
  • 49

0 Answers0