Class PowerMockTestNGMethodHandler
java.lang.Object
org.powermock.modules.testng.internal.PowerMockTestNGMethodHandler
- All Implemented Interfaces:
javassist.util.proxy.MethodHandler
public class PowerMockTestNGMethodHandler
extends Object
implements javassist.util.proxy.MethodHandler
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate void
private void
-
Field Details
-
annotationEnabler
-
-
Constructor Details
-
PowerMockTestNGMethodHandler
-
-
Method Details
-
invoke
public Object invoke(Object self, Method thisMethod, Method proceed, Object[] args) throws Throwable - Specified by:
invoke
in interfacejavassist.util.proxy.MethodHandler
- Throws:
Throwable
-
clearMockFields
- Throws:
Exception
IllegalAccessException
-
injectMocksUsingAnnotationEnabler
- Throws:
Exception
-