Uses of Interface
org.testng.IMethodInstance

Packages that use IMethodInstance
org.testng   
org.testng.internal   
 

Uses of IMethodInstance in org.testng
 

Methods in org.testng that return types with arguments of type IMethodInstance
 java.util.List<IMethodInstance> IMethodInterceptor.intercept(java.util.List<IMethodInstance> methods, ITestContext context)
           
 

Method parameters in org.testng with type arguments of type IMethodInstance
 java.util.List<IMethodInstance> IMethodInterceptor.intercept(java.util.List<IMethodInstance> methods, ITestContext context)
           
 

Uses of IMethodInstance in org.testng.internal
 

Classes in org.testng.internal that implement IMethodInstance
 class MethodInstance
           
 

Fields in org.testng.internal declared as IMethodInstance
protected  IMethodInstance[] TestMethodWorker.m_testMethods
           
 

Fields in org.testng.internal with type parameters of type IMethodInstance
static java.util.Comparator<IMethodInstance> MethodInstance.SORT_BY_CLASS
           
 

Methods in org.testng.internal with parameters of type IMethodInstance
protected  void TestMethodWorker.invokeAfterClassMethods(ITestClass testClass, IMethodInstance mi)
           
protected  void TestMethodWorker.invokeBeforeClassMethods(ITestClass testClass, IMethodInstance mi)
           
 

Constructors in org.testng.internal with parameters of type IMethodInstance
TestMethodWorker(IInvoker invoker, IMethodInstance[] testMethods, XmlSuite suite, java.util.Map<java.lang.String,java.lang.String> parameters, ITestNGMethod[] allTestMethods, ConfigurationGroupMethods groupMethods, ClassMethodMap classMethodMap, ITestContext testContext)
           
 



Copyright © 2010. All Rights Reserved.