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) classInstanceOrderingMethodInterceptorA method interceptor that sorts its methods per instances (i.e.(package private) classPreserveOrderMethodInterceptorA 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_methodInterceptorsprivate java.util.List<IMethodInterceptor>TestRunner. m_methodInterceptorsMethods in org.testng with parameters of type IMethodInterceptor Modifier and Type Method Description (package private) voidTestRunner. addMethodInterceptor(IMethodInterceptor methodInterceptor)voidTestNG. setMethodInterceptor(IMethodInterceptor methodInterceptor)Method parameters in org.testng with type arguments of type IMethodInterceptor Modifier and Type Method Description private voidSuiteRunner. 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)
-