Uses of Interface
org.testng.IMethodInterceptor

Packages that use IMethodInterceptor
org.testng   
 

Uses of IMethodInterceptor in org.testng
 

Methods in org.testng with parameters of type IMethodInterceptor
 void TestRunner.setMethodInterceptor(IMethodInterceptor methodInterceptor)
           
 void TestNG.setMethodInterceptor(IMethodInterceptor i)
           
 

Constructors in org.testng with parameters of type IMethodInterceptor
SuiteRunner(org.testng.internal.IConfiguration configuration, XmlSuite suite, String outputDir, ITestRunnerFactory runnerFactory, boolean useDefaultListeners, IMethodInterceptor methodInterceptor, List<IInvokedMethodListener> invokedMethodListeners, List<ITestListener> testListeners)
           
 



Copyright © 2015. All Rights Reserved.