Package | Description |
---|---|
org.testng | |
org.testng.internal | |
org.testng.internal.thread.graph |
Modifier and Type | Class and Description |
---|---|
class |
SuiteRunnerWorker
An
IWorker that is used to encapsulate and run Suite Runners |
Modifier and Type | Method and Description |
---|---|
List<IWorker<ITestNGMethod>> |
TestRunner.createWorkers(List<ITestNGMethod> methods)
Create a list of workers to run the methods passed in parameter.
|
Modifier and Type | Method and Description |
---|---|
int |
SuiteRunnerWorker.compareTo(IWorker<ISuite> arg0) |
Modifier and Type | Class and Description |
---|---|
class |
TestMethodWorker
FIXME: reduce contention when this class is used through parallel invocation due to
invocationCount and threadPoolSize by not invoking the @BeforeClass and @AfterClass
which are already invoked on the original method.
|
Modifier and Type | Method and Description |
---|---|
abstract List<IWorker<ITestNGMethod>> |
AbstractParallelWorker.createWorkers(AbstractParallelWorker.Arguments arguments) |
Modifier and Type | Method and Description |
---|---|
int |
TestMethodWorker.compareTo(IWorker<ITestNGMethod> other) |
Modifier and Type | Method and Description |
---|---|
List<IWorker<ISuite>> |
SuiteWorkerFactory.createWorkers(List<ISuite> suites)
For each suite, creates a
SuiteRunnerWorker |
List<IWorker<T>> |
IThreadWorkerFactory.createWorkers(List<T> freeNodes)
Creates
IWorker for specified set of tasks. |
Copyright © 2018. All rights reserved.