| Modifier and Type | Class and Description |
|---|---|
class |
SuiteTestClassProcessor |
| Modifier and Type | Method and Description |
|---|---|
TestClassProcessor |
WorkerTestClassProcessorFactory.create(ServiceRegistry serviceRegistry) |
| Constructor and Description |
|---|
SuiteTestClassProcessor(TestDescriptorInternal suiteDescriptor,
TestClassProcessor processor,
TimeProvider timeProvider) |
| Modifier and Type | Method and Description |
|---|---|
void |
TestFrameworkDetector.startDetection(TestClassProcessor testClassProcessor) |
void |
AbstractTestFrameworkDetector.startDetection(TestClassProcessor testClassProcessor) |
| Constructor and Description |
|---|
DefaultTestClassScanner(FileTree candidateClassFiles,
TestFrameworkDetector testFrameworkDetector,
TestClassProcessor testClassProcessor) |
| Modifier and Type | Class and Description |
|---|---|
class |
JUnitTestClassProcessor |
| Modifier and Type | Class and Description |
|---|---|
class |
MaxNParallelTestClassProcessor
Manages a set of parallel TestClassProcessors.
|
class |
RestartEveryNTestClassProcessor |
| Constructor and Description |
|---|
TestMainAction(Runnable detector,
TestClassProcessor processor,
TestResultProcessor resultProcessor,
TimeProvider timeProvider) |
| Constructor and Description |
|---|
MaxNParallelTestClassProcessor(int maxProcessors,
Factory<TestClassProcessor> factory,
ActorFactory actorFactory) |
RestartEveryNTestClassProcessor(Factory<TestClassProcessor> factory,
long restartEvery) |
| Modifier and Type | Class and Description |
|---|---|
class |
TestNGTestClassProcessor |
| Modifier and Type | Class and Description |
|---|---|
class |
ForkingTestClassProcessor |
class |
WorkerTestClassProcessor |
| Constructor and Description |
|---|
WorkerTestClassProcessor(TestClassProcessor processor,
Object workerSuiteId,
String workerDisplayName,
TimeProvider timeProvider) |
Copyright © 2013. All rights reserved