You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Delegates to <code>Mockito.mockStatic(classToMock: Class[T], mockSettings: MockSettings)</code>. Creates a thread-local mock for all static methods of <code>T</code>. The
544
+
* returned controller must be closed after use.
545
+
*
546
+
* Uses the implicit <code>DefaultAnswer</code> (defaults to <code>ReturnsSmartNulls</code>) just like <code>mock[T]</code>.
* Delegates to <code>Mockito.mockStatic(classToMock: Class[T], mockSettings: MockSettings)</code> with a settings object built from the given <code>DefaultAnswer</code>.
0 commit comments