public interface TestResultProcessor
| Modifier and Type | Method and Description |
|---|---|
void |
completed(Object testId,
TestCompleteEvent event)
Notifies this processor that a test has completed execution.
|
void |
failure(Object testId,
Throwable result)
Notifies this processor that a failure has occurred in the given test.
|
void |
output(Object testId,
TestOutputEvent event)
Notifies this processor that a test has produced some output.
|
void |
started(TestDescriptorInternal test,
TestStartEvent event)
Notifies this processor that a test has started execution.
|
void started(TestDescriptorInternal test, TestStartEvent event)
void completed(Object testId, TestCompleteEvent event)
void output(Object testId, TestOutputEvent event)
Copyright © 2013. All rights reserved