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 TypeMethodDescriptionvoid
TestNG.setMethodInterceptor
(IMethodInterceptor methodInterceptor) Constructor parameters in org.testng with type arguments of type IMethodInterceptorModifierConstructorDescriptionprotected
SuiteRunner
(IConfiguration configuration, XmlSuite suite, String outputDir, ITestRunnerFactory runnerFactory, boolean useDefaultListeners, List<IMethodInterceptor> methodInterceptors, Collection<IInvokedMethodListener> invokedMethodListeners, Collection<ITestListener> testListeners, Collection<IClassListener> classListeners, DataProviderHolder holder, Comparator<ITestNGMethod> comparator)