Package org.powermock.core
Class MockInvocation
java.lang.Object
org.powermock.core.MockInvocation
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static Method
findMethodToInvoke
(String methodName, Class<?>[] sig, Class<?> objectType) (package private) Method
(package private) MethodInvocationControl
(package private) Class
<?> private void
init()
-
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
-