Uses of Interface
org.testng.IMethodInstance
-
Packages that use IMethodInstance Package Description org.testng org.testng.internal -
-
Uses of IMethodInstance in org.testng
Methods in org.testng that return types with arguments of type IMethodInstance Modifier and Type Method Description java.util.List<IMethodInstance>
IMethodInterceptor. intercept(java.util.List<IMethodInstance> methods, ITestContext context)
Method parameters in org.testng with type arguments of type IMethodInstance Modifier and Type Method Description 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 Modifier and Type Class Description class
MethodInstance
Fields in org.testng.internal with type parameters of type IMethodInstance Modifier and Type Field Description static java.util.Comparator<IMethodInstance>
MethodInstance. SORT_BY_INDEX
Methods in org.testng.internal that return types with arguments of type IMethodInstance Modifier and Type Method Description static java.util.List<IMethodInstance>
MethodHelper. methodsToMethodInstances(java.util.List<ITestNGMethod> sl)
Methods in org.testng.internal with parameters of type IMethodInstance Modifier and Type Method Description protected void
TestMethodWorker. invokeAfterClassMethods(ITestClass testClass, IMethodInstance mi)
Invoke the @AfterClass methods if not done alreadyprotected void
TestMethodWorker. invokeBeforeClassMethods(ITestClass testClass, IMethodInstance mi)
Invoke the @BeforeClass methods if not done alreadyMethod parameters in org.testng.internal with type arguments of type IMethodInstance Modifier and Type Method Description static java.util.List<ITestNGMethod>
MethodHelper. methodInstancesToMethods(java.util.List<IMethodInstance> methodInstances)
Constructor parameters in org.testng.internal with type arguments of type IMethodInstance Constructor Description TestMethodWorker(ITestInvoker testInvoker, IConfigInvoker configInvoker, java.util.List<IMethodInstance> testMethods, java.util.Map<java.lang.String,java.lang.String> parameters, ConfigurationGroupMethods groupMethods, ClassMethodMap classMethodMap, ITestContext testContext, java.util.List<IClassListener> listeners)
-