Constructor and Description |
---|
TestCaseReport(TestCaseReport delegate) |
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. |
Object |
getDelegate() |
String |
name() |
static TestCaseReport |
newInstance(TestCaseReport arg) |
public TestCaseReport(TestCaseReport delegate)
public Object getDelegate()
public String name()
public TestCaseReport endHandler(Handler<TestResult> handler)
handler
is invoked when the test exec has completed.handler
- the completion handlerpublic static TestCaseReport newInstance(TestCaseReport arg)
Copyright © 2016. All rights reserved.