public class TestCompletionImpl extends CompletionImpl<Void> implements TestCompletion, Handler<TestSuiteReport>
completable| Constructor and Description |
|---|
TestCompletionImpl(Reporter... reporters) |
| Modifier and Type | Method and Description |
|---|---|
void |
addReporter(Reporter reporter) |
void |
handle(TestSuiteReport report)
Something has happened, so handle it.
|
await, await, awaitSuccess, awaitSuccess, handler, isCompleted, isFailed, isSucceeded, resolve, resolveclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitawait, await, awaitSuccess, awaitSuccess, handler, isCompleted, isFailed, isSucceeded, resolve, resolvepublic TestCompletionImpl(Reporter... reporters)
public void addReporter(Reporter reporter)
public void handle(TestSuiteReport report)
Handlerhandle in interface Handler<TestSuiteReport>report - the event to handleCopyright © 2020. All rights reserved.