Package org.mockito.internal
Interface InternalMockHandler<T>
-
- All Superinterfaces:
MockHandler
,java.io.Serializable
@Deprecated public interface InternalMockHandler<T> extends MockHandler
Deprecated.Deprecated, please useMockHandler
.This class was changed in Mockito in order to tidy up Mockito API and make it easier for other frameworks to integrate with Mockito. Since this class is internal, e.g. it resides in "org.mockito.internal" package, Mockito team can change it without the need for major version release of Mockito.
This interface was deprecated in Mockito 2.10.0 and will be deleted in Mockito 4.0.
-
-
Method Summary
-
Methods inherited from interface org.mockito.invocation.MockHandler
getInvocationContainer, getMockSettings, handle
-
-