public interface IInvoker
Modifier and Type | Method and Description |
---|---|
IConfigInvoker |
getConfigInvoker() |
ITestInvoker |
getTestInvoker() |
void |
invokeConfigurations(IClass testClass,
ITestNGMethod[] allMethods,
XmlSuite suite,
java.util.Map<java.lang.String,java.lang.String> parameters,
java.lang.Object[] parameterValues,
java.lang.Object instance)
Deprecated.
- This method stands deprecated as of TestNG 7.0.0
|
java.util.List<ITestResult> |
invokeTestMethods(ITestNGMethod testMethod,
java.util.Map<java.lang.String,java.lang.String> parameters,
ConfigurationGroupMethods groupMethods,
java.lang.Object instance,
ITestContext testContext)
Deprecated.
- This method stands deprecated as of TestNG 7.0.0
|
@Deprecated void invokeConfigurations(IClass testClass, ITestNGMethod[] allMethods, XmlSuite suite, java.util.Map<java.lang.String,java.lang.String> parameters, java.lang.Object[] parameterValues, java.lang.Object instance)
TODO: Calculate ahead of time which methods should be invoked for each class. Might speed things up for users who invoke the same test class with different parameters in the same suite run.
testClass
- the class whose configuration methods must be run@Deprecated java.util.List<ITestResult> invokeTestMethods(ITestNGMethod testMethod, java.util.Map<java.lang.String,java.lang.String> parameters, ConfigurationGroupMethods groupMethods, java.lang.Object instance, ITestContext testContext)
ITestInvoker getTestInvoker()
IConfigInvoker getConfigInvoker()