Class PowerMockCallRealMethod
- java.lang.Object
-
- org.powermock.api.mockito.internal.stubbing.PowerMockCallRealMethod
-
- All Implemented Interfaces:
org.mockito.stubbing.Answer
public class PowerMockCallRealMethod extends java.lang.Object implements org.mockito.stubbing.Answer
-
-
Constructor Summary
Constructors Constructor Description PowerMockCallRealMethod()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
answer(org.mockito.invocation.InvocationOnMock invocation)
-