Class MockInvocation
java.lang.Object
org.powermock.core.MockInvocation
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static MethodfindMethodToInvoke(String methodName, Class<?>[] sig, Class<?> objectType) (package private) Method(package private) MethodInvocationControl(package private) Class<?> private voidinit()
-
Field Details
-
object
-
methodName
-
sig
-
objectType
-
methodInvocationControl
-
method
-
-
Constructor Details
-
MockInvocation
-
-
Method Details
-
init
private void init() -
getObjectType
Class<?> getObjectType() -
getMethodInvocationControl
MethodInvocationControl getMethodInvocationControl() -
getMethod
Method getMethod() -
findMethodToInvoke
-