Uses of Interface
org.testng.IMethodInstance
Packages that use IMethodInstance
-
Uses of IMethodInstance in org.testng
Methods in org.testng that return types with arguments of type IMethodInstanceModifier and TypeMethodDescriptionIMethodInterceptor.intercept
(List<IMethodInstance> methods, ITestContext context) Method parameters in org.testng with type arguments of type IMethodInstanceModifier and TypeMethodDescriptionIMethodInterceptor.intercept
(List<IMethodInstance> methods, ITestContext context) -
Uses of IMethodInstance in org.testng.internal
Classes in org.testng.internal that implement IMethodInstanceFields in org.testng.internal with type parameters of type IMethodInstanceModifier and TypeFieldDescriptionstatic final Comparator
<IMethodInstance> MethodInstance.SORT_BY_INDEX
Methods in org.testng.internal that return types with arguments of type IMethodInstanceModifier and TypeMethodDescriptionstatic List
<IMethodInstance> MethodHelper.methodsToMethodInstances
(List<ITestNGMethod> sl) Methods in org.testng.internal with parameters of type IMethodInstanceModifier and TypeMethodDescriptionprotected 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 IMethodInstanceModifier and TypeMethodDescriptionstatic List
<ITestNGMethod> MethodHelper.methodInstancesToMethods
(List<IMethodInstance> methodInstances) Constructor parameters in org.testng.internal with type arguments of type IMethodInstanceModifierConstructorDescriptionTestMethodWorker
(ITestInvoker testInvoker, IConfigInvoker configInvoker, List<IMethodInstance> testMethods, Map<String, String> parameters, ConfigurationGroupMethods groupMethods, ClassMethodMap classMethodMap, ITestContext testContext, List<IClassListener> listeners)