vertx / io.vertx.ext.unit.report / TestCaseReport

TestCaseReport

interface TestCaseReport

Report the execution of a test case.

Author
Julien Viet

Functions

endHandler

abstract fun endHandler(handler: Handler<TestResult>): TestCaseReport

Set a callback for completion, the specified handler is invoked when the test exec has completed.

name

abstract fun name(): String