public interface TestClassProcessor extends Stoppable
| Modifier and Type | Method and Description |
|---|---|
void |
processTestClass(TestClassRunInfo testClass)
Accepts the given test class for processing.
|
void |
startProcessing(TestResultProcessor resultProcessor)
Performs any initialisation which this processor needs to perform.
|
void |
stop()
Completes any pending or asynchronous processing.
|
void startProcessing(TestResultProcessor resultProcessor)
resultProcessor - The processor to send results to during test execution.void processTestClass(TestClassRunInfo testClass)
testClass - The test class.void stop()
startProcessing(TestResultProcessor) after this method has
returned.Copyright © 2013. All rights reserved