Uses of Interface
org.mockito.MockedSingleton
Packages that use MockedSingleton
-
Uses of MockedSingleton in org.mockito
Methods in org.mockito that return MockedSingletonModifier and TypeMethodDescriptionstatic <T> MockedSingleton<T> Mockito.mockSingleton(T instance) Creates a thread-local mock controller for the given singleton instance.static <T> MockedSingleton<T> Mockito.mockSingleton(T instance, MockSettings mockSettings) Creates a thread-local mock controller for the given singleton instance.