interface TestCaseReport
Report the execution of a test case.
Author Julien Viet
endHandler
abstract fun endHandler(handler: Handler<TestResult>): TestCaseReport
Set a callback for completion, the specified handler is invoked when the test exec has completed.
handler
name
abstract fun name(): String