public interface TestCaseReport
Modifier and Type | Method and Description |
---|---|
TestCaseReport |
endHandler(Handler<TestResult> handler)
Set a callback for completion, the specified
handler is invoked when the test exec has completed. |
String |
name() |
String name()
TestCaseReport endHandler(Handler<TestResult> handler)
handler
is invoked when the test exec has completed.handler
- the completion handlerCopyright © 2021 Eclipse. All rights reserved.