| Package | Description |
|---|---|
| org.testng | |
| org.testng.internal | |
| org.testng.internal.thread.graph |
| Modifier and Type | Class | Description |
|---|---|---|
class |
SuiteRunnerWorker |
An
IWorker that is used to encapsulate and run Suite Runners |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.List<IWorker<ITestNGMethod>> |
TestRunner.createWorkers(java.util.List<ITestNGMethod> methods) |
Create a list of workers to run the methods passed in parameter.
|
| Modifier and Type | Method | Description |
|---|---|---|
int |
SuiteRunnerWorker.compareTo(IWorker<ISuite> arg0) |
| Modifier and Type | Class | 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 | Description |
|---|---|---|
abstract java.util.List<IWorker<ITestNGMethod>> |
AbstractParallelWorker.createWorkers(AbstractParallelWorker.Arguments arguments) |
| Modifier and Type | Method | Description |
|---|---|---|
int |
TestMethodWorker.compareTo(IWorker<ITestNGMethod> other) |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.List<IWorker<T>> |
IThreadWorkerFactory.createWorkers(java.util.List<T> freeNodes) |
Creates
IWorker for specified set of tasks. |
java.util.List<IWorker<ISuite>> |
SuiteWorkerFactory.createWorkers(java.util.List<ISuite> suites) |
For each suite, creates a
SuiteRunnerWorker |