Uses of Interface
org.testng.IMethodInterceptor
Packages that use IMethodInterceptor
-
Uses of IMethodInterceptor in org.testng
Methods in org.testng with parameters of type IMethodInterceptorModifier and TypeMethodDescriptionvoidTestNG.setMethodInterceptor(IMethodInterceptor methodInterceptor) Constructor parameters in org.testng with type arguments of type IMethodInterceptorModifierConstructorDescriptionprotectedSuiteRunner(IConfiguration configuration, XmlSuite suite, String outputDir, ITestRunnerFactory runnerFactory, boolean useDefaultListeners, List<IMethodInterceptor> methodInterceptors, Collection<IInvokedMethodListener> invokedMethodListener, org.testng.SuiteRunner.TestListenersContainer container, Collection<IClassListener> classListeners, DataProviderHolder holder, Comparator<ITestNGMethod> comparator)