Package org.mockito.internal.invocation
Interface RealMethod
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
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 class
static class
static enum
-
Method Summary
-
Method Details
-
isInvokable
boolean isInvokable() -
invoke
- Throws:
Throwable
-