Class ForwardsInvocations

java.lang.Object
org.mockito.internal.stubbing.defaultanswers.ForwardsInvocations
All Implemented Interfaces:
Serializable, Answer<Object>

public class ForwardsInvocations extends Object implements Answer<Object>, Serializable
Internal answer to forward invocations on a real instance.
Since:
1.9.5
See Also: