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_INDEXMethods in org.testng.internal that return types with arguments of type IMethodInstanceModifier and TypeMethodDescriptionstatic List<IMethodInstance> MethodHelper.methodsToMethodInstances(List<ITestNGMethod> sl) Method parameters in org.testng.internal with type arguments of type IMethodInstanceModifier and TypeMethodDescriptionstatic List<ITestNGMethod> MethodHelper.methodInstancesToMethods(List<IMethodInstance> methodInstances) -
Uses of IMethodInstance in org.testng.internal.invokers
Methods in org.testng.internal.invokers with parameters of type IMethodInstanceModifier and TypeMethodDescriptionprotected voidTestMethodWorker.invokeAfterClassMethods(ITestClass testClass, IMethodInstance mi) Invoke the @AfterClass methods if not done alreadyprotected voidTestMethodWorker.invokeBeforeClassMethods(ITestClass testClass, IMethodInstance mi) Invoke the @BeforeClass methods if not done alreadyConstructor parameters in org.testng.internal.invokers 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)