org.powermock.modules.testng.internal
Class PowerMockTestNGMethodHandler

java.lang.Object
  extended by org.powermock.modules.testng.internal.PowerMockTestNGMethodHandler
All Implemented Interfaces:
javassist.util.proxy.MethodHandler

public class PowerMockTestNGMethodHandler
extends Object
implements javassist.util.proxy.MethodHandler


Constructor Summary
PowerMockTestNGMethodHandler(Class<?> testClass)
           
 
Method Summary
 Object invoke(Object self, Method thisMethod, Method proceed, Object[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PowerMockTestNGMethodHandler

public PowerMockTestNGMethodHandler(Class<?> testClass)
Method Detail

invoke

public Object invoke(Object self,
                     Method thisMethod,
                     Method proceed,
                     Object[] args)
              throws Throwable
Specified by:
invoke in interface javassist.util.proxy.MethodHandler
Throws:
Throwable


Copyright © 2007-2013. All Rights Reserved.