Uses of Class
org.testng.internal.ConfigurationGroupMethods
Packages that use ConfigurationGroupMethods
-
Uses of ConfigurationGroupMethods in org.testng
Fields in org.testng declared as ConfigurationGroupMethods -
Uses of ConfigurationGroupMethods in org.testng.internal
Fields in org.testng.internal declared as ConfigurationGroupMethodsModifier and TypeFieldDescriptionprivate ConfigurationGroupMethods
AbstractParallelWorker.Arguments.configMethods
private static final ConfigurationGroupMethods
SingleTestMethodWorker.EMPTY_GROUP_METHODS
private ConfigurationGroupMethods
GroupConfigMethodArguments.Builder.groupMethods
private final ConfigurationGroupMethods
GroupConfigMethodArguments.groupMethods
private ConfigurationGroupMethods
TestMethodArguments.Builder.groupMethods
private final ConfigurationGroupMethods
TestMethodArguments.groupMethods
private final ConfigurationGroupMethods
TestMethodWithDataProviderMethodWorker.m_groupMethods
private final ConfigurationGroupMethods
TestMethodWorker.m_groupMethods
Methods in org.testng.internal that return ConfigurationGroupMethodsModifier and TypeMethodDescriptionAbstractParallelWorker.Arguments.getConfigMethods()
GroupConfigMethodArguments.getGroupMethods()
TestMethodArguments.getGroupMethods()
Methods in org.testng.internal with parameters of type ConfigurationGroupMethodsModifier and TypeMethodDescriptionAbstractParallelWorker.Arguments.Builder.configMethods
(ConfigurationGroupMethods configMethods) private List<ITestResult>
TestInvoker.invokePooledTestMethods
(ITestNGMethod testMethod, XmlSuite suite, Map<String, String> parameters, ConfigurationGroupMethods groupMethods, ITestContext testContext) Invokes a method that has a specified threadPoolSize.ITestInvoker.invokeTestMethods
(ITestNGMethod testMethod, ConfigurationGroupMethods groupMethods, Object instance, ITestContext context) TestInvoker.invokeTestMethods
(ITestNGMethod testMethod, ConfigurationGroupMethods groupMethods, Object instance, ITestContext context) private List<ITestResult>
TestInvoker.runWorkers
(ITestNGMethod testMethod, List<IWorker<ITestNGMethod>> workers, int threadPoolSize, ConfigurationGroupMethods groupMethods, XmlSuite suite, Map<String, 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.usingGroupMethods
(ConfigurationGroupMethods groupMethods) GroupConfigMethodArguments.Builder.withGroupConfigMethods
(ConfigurationGroupMethods groupMethods) Constructors in org.testng.internal with parameters of type ConfigurationGroupMethodsModifierConstructorDescriptionprivate
GroupConfigMethodArguments
(ITestNGMethod testMethod, ConfigurationGroupMethods groupMethods, Map<String, String> params, Object instance) private
TestMethodArguments
(Object instance, ITestNGMethod tm, Object[] parameterValues, int parametersIndex, Map<String, String> params, ITestClass testClass, ITestNGMethod[] beforeMethods, ITestNGMethod[] afterMethods, ConfigurationGroupMethods groupMethods) TestMethodWithDataProviderMethodWorker
(ITestInvoker testInvoker, ITestNGMethod testMethod, int parameterIndex, Object[] parameterValues, Object instance, Map<String, 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, List<IMethodInstance> testMethods, Map<String, String> parameters, ConfigurationGroupMethods groupMethods, ClassMethodMap classMethodMap, ITestContext testContext, List<IClassListener> listeners)