Class MockInvocation

java.lang.Object
org.powermock.core.MockInvocation

class MockInvocation extends Object
  • Field Details

  • Constructor Details

    • MockInvocation

      MockInvocation(Object object, String methodName, Class<?>... sig)
  • Method Details

    • init

      private void init()
    • getObjectType

      Class<?> getObjectType()
    • getMethodInvocationControl

      MethodInvocationControl getMethodInvocationControl()
    • getMethod

      Method getMethod()
    • findMethodToInvoke

      private static Method findMethodToInvoke(String methodName, Class<?>[] sig, Class<?> objectType)