Interface RealMethod

All Superinterfaces:
Serializable
All Known Implementing Classes:
MockMethodAdvice.RealMethodCall, MockMethodAdvice.SerializableRealMethodCall, MockMethodAdvice.StaticMethodCall, ProxyMockMaker.RealDefaultMethod, 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().