public class TestCaseReportImpl extends Object implements TestCaseReport
| Constructor and Description |
|---|
TestCaseReportImpl(String name,
long timeout,
int repeat,
Map<String,Object> attributes,
Handler<TestContext> before,
Handler<TestContext> test,
Handler<TestContext> after,
Handler<Throwable> unhandledFailureHandler) |
| 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() |
public TestCaseReportImpl(String name, long timeout, int repeat, Map<String,Object> attributes, Handler<TestContext> before, Handler<TestContext> test, Handler<TestContext> after, Handler<Throwable> unhandledFailureHandler)
public String name()
name in interface TestCaseReportpublic TestCaseReport endHandler(Handler<TestResult> handler)
TestCaseReporthandler is invoked when the test exec has completed.endHandler in interface TestCaseReporthandler - the completion handlerCopyright © 2020. All rights reserved.