Interface RealMethod

All Superinterfaces:
Serializable
All Known Implementing Classes:
RealMethod.FromBehavior, RealMethod.FromCallable, RealMethod.IsIllegal

public interface RealMethod extends Serializable
Interface that wraps a 'real' method of the mock object. Needed for test spies or InvocationOnMock.callRealMethod().