Package org.mockito.internal.invocation
Interface RealMethod
-
- All Superinterfaces:
java.io.Serializable
- All Known Implementing Classes:
InvokeDefaultProxy.InvokeDefaultRealMethod,MethodHandleProxy.MethodHandleRealMethod,MockMethodAdvice.RealMethodCall,MockMethodAdvice.SerializableRealMethodCall,MockMethodAdvice.StaticMethodCall,RealMethod.FromBehavior,RealMethod.FromCallable,RealMethod.IsIllegal
public interface RealMethod extends java.io.SerializableInterface that wraps a 'real' method of the mock object. Needed for test spies orInvocationOnMock.callRealMethod().
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classRealMethod.FromBehaviorstatic classRealMethod.FromCallablestatic classRealMethod.IsIllegal
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Objectinvoke()booleanisInvokable()
-