vertx / io.vertx.ext.unit.report / Reporter / reportBeginTestCase

reportBeginTestCase

abstract fun reportBeginTestCase(report: R, name: String): Unit

Signals a test case began.

Parameters

report - the report

name - the test case name