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) class
A method interceptor that sorts its methods per instances (i.e.(package private) class
A 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_methodInterceptors
private List<IMethodInterceptor>
TestRunner.m_methodInterceptors
Methods in org.testng with parameters of type IMethodInterceptorModifier and TypeMethodDescription(package private) void
TestRunner.addMethodInterceptor
(IMethodInterceptor methodInterceptor) void
TestNG.setMethodInterceptor
(IMethodInterceptor methodInterceptor) Method parameters in org.testng with type arguments of type IMethodInterceptorModifier and TypeMethodDescriptionprivate void
SuiteRunner.init
(IConfiguration configuration, XmlSuite suite, String outputDir, ITestRunnerFactory runnerFactory, boolean useDefaultListeners, List<IMethodInterceptor> methodInterceptors, Collection<IInvokedMethodListener> invokedMethodListener, Collection<ITestListener> testListeners, Collection<IClassListener> classListeners, DataProviderHolder attribs, Comparator<ITestNGMethod> comparator) 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)