Interface RealMethod
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
InvokeDefaultProxy.InvokeDefaultRealMethod, MethodHandleProxy.MethodHandleRealMethod, MockMethodAdvice.RealMethodCall, MockMethodAdvice.SerializableRealMethodCall, MockMethodAdvice.StaticMethodCall, RealMethod.FromBehavior, RealMethod.FromCallable, RealMethod.IsIllegal
Interface that wraps a 'real' method of the mock object.
Needed for test spies or
InvocationOnMock.callRealMethod().-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classstatic classstatic enum -
Method Summary
-
Method Details
-
isInvokable
boolean isInvokable() -
invoke
-