vertx / io.vertx.ext.unit.report / Reporter / reportEndTestCase
reportEndTestCase
abstract fun reportEndTestCase(report: R, name: String, result: TestResult): Unit
Signals a test case ended.
Parameters
report - the report
name - the test case name
result - the test case result