public interface IInvoker
| Modifier and Type | Method and Description |
|---|---|
void |
invokeConfigurations(IClass testClass,
ITestNGMethod[] allMethods,
XmlSuite suite,
Map<String,String> parameters,
Object[] parameterValues,
Object instance)
Invoke configuration methods if they belong to the same TestClass
passed in parameter..
|
List<ITestResult> |
invokeTestMethods(ITestNGMethod testMethod,
XmlSuite suite,
Map<String,String> parameters,
ConfigurationGroupMethods groupMethods,
Object instance,
ITestContext testContext)
Invoke the given method
|
void invokeConfigurations(IClass testClass, ITestNGMethod[] allMethods, XmlSuite suite, Map<String,String> parameters, Object[] parameterValues, Object instance)
testClass - the class whose configuration methods must be runList<ITestResult> invokeTestMethods(ITestNGMethod testMethod, XmlSuite suite, Map<String,String> parameters, ConfigurationGroupMethods groupMethods, Object instance, ITestContext testContext)
testMethod - suite - parameters - groupMethods - Copyright © 2024. All rights reserved.