Class PowerMockCallRealMethod

java.lang.Object
org.powermock.api.mockito.internal.stubbing.PowerMockCallRealMethod
All Implemented Interfaces:
org.mockito.stubbing.Answer

public class PowerMockCallRealMethod extends Object implements org.mockito.stubbing.Answer
  • Constructor Details

    • PowerMockCallRealMethod

      public PowerMockCallRealMethod()
  • Method Details

    • answer

      public Object answer(org.mockito.invocation.InvocationOnMock invocation) throws Throwable
      Specified by:
      answer in interface org.mockito.stubbing.Answer
      Throws:
      Throwable