Uses of Interface
org.mockito.MockedStatic
Packages that use MockedStatic
Package
Description
Mockito is a mock library for java - see
Mockito
class for usage.Internal classes, not to be used by clients.
-
Uses of MockedStatic in org.mockito
Methods in org.mockito that return MockedStaticModifier and TypeMethodDescriptionstatic <T> MockedStatic<T>
Mockito.mockStatic
(Class<T> classToMock) Creates a thread-local mock controller for all static methods of the given class or interface.static <T> MockedStatic<T>
Mockito.mockStatic
(Class<T> classToMock, String name) Creates a thread-local mock controller for all static methods of the given class or interface.static <T> MockedStatic<T>
Mockito.mockStatic
(Class<T> classToMock, MockSettings mockSettings) Creates a thread-local mock controller for all static methods of the given class or interface.static <T> MockedStatic<T>
Mockito.mockStatic
(Class<T> classToMock, Answer defaultAnswer) Creates a thread-local mock controller for all static methods of the given class or interface. -
Uses of MockedStatic in org.mockito.internal
Classes in org.mockito.internal that implement MockedStaticMethods in org.mockito.internal that return MockedStaticModifier and TypeMethodDescription<T> MockedStatic<T>
MockitoCore.mockStatic
(Class<T> classToMock, MockSettings settings)