Uses of Interface
org.testng.IMethodInterceptor
Packages that use IMethodInterceptor
-
Uses of IMethodInterceptor in org.testng
Classes in org.testng that implement IMethodInterceptorModifier and TypeClassDescription(package private) classA method interceptor that sorts its methods per instances (i.e.(package private) classA method interceptor that preserves the order in which test classes were found in the <test> tag.Fields in org.testng with type parameters of type IMethodInterceptorModifier and TypeFieldDescriptionprivate final List<IMethodInterceptor> TestNG.m_methodInterceptorsprivate List<IMethodInterceptor> TestRunner.m_methodInterceptorsMethods in org.testng with parameters of type IMethodInterceptorModifier and TypeMethodDescription(package private) voidTestRunner.addMethodInterceptor(IMethodInterceptor methodInterceptor) voidTestNG.setMethodInterceptor(IMethodInterceptor methodInterceptor) Method parameters in org.testng with type arguments of type IMethodInterceptorModifier and TypeMethodDescriptionprivate voidSuiteRunner.init(IConfiguration configuration, XmlSuite suite, String outputDir, ITestRunnerFactory runnerFactory, boolean useDefaultListeners, List<IMethodInterceptor> methodInterceptors, Collection<IInvokedMethodListener> invokedMethodListener, SuiteRunner.TestListenersContainer container, Collection<IClassListener> classListeners, DataProviderHolder attribs, Comparator<ITestNGMethod> comparator) 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> invokedMethodListeners, SuiteRunner.TestListenersContainer container, Collection<IClassListener> classListeners, DataProviderHolder holder, Comparator<ITestNGMethod> comparator)