Class PowerMockCallRealMethod

  • All Implemented Interfaces:
    org.mockito.stubbing.Answer

    public class PowerMockCallRealMethod
    extends java.lang.Object
    implements org.mockito.stubbing.Answer
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object answer​(org.mockito.invocation.InvocationOnMock invocation)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PowerMockCallRealMethod

        public PowerMockCallRealMethod()
    • Method Detail

      • answer

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