Uses of Interface
org.testng.IMethodInterceptor
-
Packages that use IMethodInterceptor Package Description org.testng -
-
Uses of IMethodInterceptor in org.testng
Classes in org.testng that implement IMethodInterceptor Modifier and Type Class Description (package private) class
InstanceOrderingMethodInterceptor
A method interceptor that sorts its methods per instances (i.e.(package private) class
PreserveOrderMethodInterceptor
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 IMethodInterceptor Modifier and Type Field Description private java.util.List<IMethodInterceptor>
TestNG. m_methodInterceptors
private java.util.List<IMethodInterceptor>
TestRunner. m_methodInterceptors
Methods in org.testng with parameters of type IMethodInterceptor Modifier and Type Method Description (package private) void
TestRunner. addMethodInterceptor(IMethodInterceptor methodInterceptor)
void
TestNG. setMethodInterceptor(IMethodInterceptor methodInterceptor)
Method parameters in org.testng with type arguments of type IMethodInterceptor Modifier and Type Method Description private void
SuiteRunner. init(IConfiguration configuration, XmlSuite suite, java.lang.String outputDir, ITestRunnerFactory runnerFactory, boolean useDefaultListeners, java.util.List<IMethodInterceptor> methodInterceptors, java.util.Collection<IInvokedMethodListener> invokedMethodListener, java.util.Collection<ITestListener> testListeners, java.util.Collection<IClassListener> classListeners, DataProviderHolder attribs, java.util.Comparator<ITestNGMethod> comparator)
Constructor parameters in org.testng with type arguments of type IMethodInterceptor Constructor Description SuiteRunner(IConfiguration configuration, XmlSuite suite, java.lang.String outputDir, ITestRunnerFactory runnerFactory, boolean useDefaultListeners, java.util.List<IMethodInterceptor> methodInterceptors, java.util.Collection<IInvokedMethodListener> invokedMethodListeners, java.util.Collection<ITestListener> testListeners, java.util.Collection<IClassListener> classListeners, DataProviderHolder holder, java.util.Comparator<ITestNGMethod> comparator)
-