Uses of Interface
org.mockito.internal.creation.util.MockitoMethodProxy
-
Packages that use MockitoMethodProxy Package Description org.mockito.internal.invocation.realmethod implementations of real method calls -
-
Uses of MockitoMethodProxy in org.mockito.internal.invocation.realmethod
Constructors in org.mockito.internal.invocation.realmethod with parameters of type MockitoMethodProxy Constructor Description CleanTraceRealMethod(MockitoMethodProxy methodProxy)
DefaultRealMethod(MockitoMethodProxy methodProxy)
-