Package | Description |
---|---|
org.testng | |
org.testng.internal |
Modifier and Type | Field and Description |
---|---|
private ConfigurationGroupMethods |
TestRunner.m_groupMethods |
Modifier and Type | Field and Description |
---|---|
private ConfigurationGroupMethods |
AbstractParallelWorker.Arguments.configMethods |
private static ConfigurationGroupMethods |
SingleTestMethodWorker.EMPTY_GROUP_METHODS |
private ConfigurationGroupMethods |
GroupConfigMethodArguments.groupMethods |
private ConfigurationGroupMethods |
GroupConfigMethodArguments.Builder.groupMethods |
private ConfigurationGroupMethods |
TestMethodArguments.groupMethods |
private ConfigurationGroupMethods |
TestMethodArguments.Builder.groupMethods |
private ConfigurationGroupMethods |
TestMethodWithDataProviderMethodWorker.m_groupMethods |
private ConfigurationGroupMethods |
TestMethodWorker.m_groupMethods |
Modifier and Type | Method and Description |
---|---|
ConfigurationGroupMethods |
AbstractParallelWorker.Arguments.getConfigMethods() |
ConfigurationGroupMethods |
GroupConfigMethodArguments.getGroupMethods() |
ConfigurationGroupMethods |
TestMethodArguments.getGroupMethods() |
Modifier and Type | Method and Description |
---|---|
AbstractParallelWorker.Arguments.Builder |
AbstractParallelWorker.Arguments.Builder.configMethods(ConfigurationGroupMethods configMethods) |
private java.util.List<ITestResult> |
TestInvoker.invokePooledTestMethods(ITestNGMethod testMethod,
XmlSuite suite,
java.util.Map<java.lang.String,java.lang.String> parameters,
ConfigurationGroupMethods groupMethods,
ITestContext testContext)
Invokes a method that has a specified threadPoolSize.
|
java.util.List<ITestResult> |
TestInvoker.invokeTestMethods(ITestNGMethod testMethod,
ConfigurationGroupMethods groupMethods,
java.lang.Object instance,
ITestContext context) |
java.util.List<ITestResult> |
ITestInvoker.invokeTestMethods(ITestNGMethod testMethod,
ConfigurationGroupMethods groupMethods,
java.lang.Object instance,
ITestContext context) |
java.util.List<ITestResult> |
Invoker.invokeTestMethods(ITestNGMethod testMethod,
java.util.Map<java.lang.String,java.lang.String> testParameters,
ConfigurationGroupMethods groupMethods,
java.lang.Object instance,
ITestContext testContext)
Invoke all the test methods.
|
java.util.List<ITestResult> |
IInvoker.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
|
private java.util.List<ITestResult> |
TestInvoker.runWorkers(ITestNGMethod testMethod,
java.util.List<IWorker<ITestNGMethod>> workers,
int threadPoolSize,
ConfigurationGroupMethods groupMethods,
XmlSuite suite,
java.util.Map<java.lang.String,java.lang.String> parameters)
To reduce thread contention and also to correctly handle thread-confinement this method invokes
the @BeforeGroups and @AfterGroups corresponding to the current @Test method.
|
TestMethodArguments.Builder |
TestMethodArguments.Builder.usingGroupMethods(ConfigurationGroupMethods groupMethods) |
GroupConfigMethodArguments.Builder |
GroupConfigMethodArguments.Builder.withGroupConfigMethods(ConfigurationGroupMethods groupMethods) |
Constructor and Description |
---|
GroupConfigMethodArguments(ITestNGMethod testMethod,
ConfigurationGroupMethods groupMethods,
XmlSuite suite,
java.util.Map<java.lang.String,java.lang.String> params,
java.lang.Object instance) |
TestMethodArguments(java.lang.Object instance,
ITestNGMethod tm,
java.lang.Object[] parameterValues,
int parametersIndex,
java.util.Map<java.lang.String,java.lang.String> params,
ITestClass testClass,
ITestNGMethod[] beforeMethods,
ITestNGMethod[] afterMethods,
ConfigurationGroupMethods groupMethods) |
TestMethodWithDataProviderMethodWorker(ITestInvoker testInvoker,
ITestNGMethod testMethod,
int parameterIndex,
java.lang.Object[] parameterValues,
java.lang.Object instance,
java.util.Map<java.lang.String,java.lang.String> parameters,
ITestClass testClass,
ITestNGMethod[] beforeMethods,
ITestNGMethod[] afterMethods,
ConfigurationGroupMethods groupMethods,
ITestContext testContext,
boolean skipFailedInvocationCounts,
int invocationCount,
int failureCount,
ITestResultNotifier notifier) |
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) |