| Modifier and Type | Method and Description |
|---|---|
void |
TestClassProcessor.startProcessing(TestResultProcessor resultProcessor)
Performs any initialisation which this processor needs to perform.
|
void |
SuiteTestClassProcessor.startProcessing(TestResultProcessor testResultProcessor) |
| Modifier and Type | Method and Description |
|---|---|
void |
TestExecuter.execute(Test testTask,
TestResultProcessor testResultProcessor) |
void |
DefaultTestExecuter.execute(Test testTask,
TestResultProcessor testResultProcessor) |
| Modifier and Type | Class and Description |
|---|---|
class |
JUnitXmlReportGenerator |
class |
TestClassExecutionEventGenerator |
| Modifier and Type | Method and Description |
|---|---|
void |
JUnitTestClassProcessor.startProcessing(TestResultProcessor resultProcessor) |
| Constructor and Description |
|---|
JUnitTestEventAdapter(TestResultProcessor resultProcessor,
TimeProvider timeProvider,
IdGenerator<?> idGenerator) |
TestClassExecutionEventGenerator(TestResultProcessor resultProcessor,
IdGenerator<?> idGenerator,
TimeProvider timeProvider) |
| Modifier and Type | Class and Description |
|---|---|
class |
CaptureTestOutputTestResultProcessor
A
TestResultProcessor which redirect stdout and stderr during the
execution of a test suite. |
| Modifier and Type | Method and Description |
|---|---|
void |
RestartEveryNTestClassProcessor.startProcessing(TestResultProcessor resultProcessor) |
void |
MaxNParallelTestClassProcessor.startProcessing(TestResultProcessor resultProcessor) |
| Constructor and Description |
|---|
CaptureTestOutputTestResultProcessor(TestResultProcessor processor,
StandardOutputRedirector outputRedirector) |
TestMainAction(Runnable detector,
TestClassProcessor processor,
TestResultProcessor resultProcessor,
TimeProvider timeProvider) |
| Modifier and Type | Class and Description |
|---|---|
class |
AttachParentTestResultProcessor |
class |
LoggingResultProcessor |
class |
StateTrackingTestResultProcessor |
class |
TestListenerAdapter |
| Constructor and Description |
|---|
AttachParentTestResultProcessor(TestResultProcessor processor) |
LoggingResultProcessor(String prefix,
TestResultProcessor processor) |
| Modifier and Type | Method and Description |
|---|---|
void |
TestNGTestClassProcessor.startProcessing(TestResultProcessor resultProcessor) |
| Constructor and Description |
|---|
TestNGTestResultProcessorAdapter(TestResultProcessor resultProcessor,
IdGenerator<?> idGenerator) |
| Modifier and Type | Method and Description |
|---|---|
void |
ForkingTestClassProcessor.startProcessing(TestResultProcessor resultProcessor) |
Copyright © 2013. All rights reserved