mock Static
Creates a thread-local mock for static methods on T.
Parameters
default Answer
the default answer when invoking static methods.
See also
Mockito. mockStatic
Creates a thread-local mock for static methods on T.
the default answer when invoking static methods.