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

reportError

abstract fun reportError(report: R, err: Throwable): Unit

Report a global test suite error, it can be called mulitple times between the #reportBeginTestSuite and the #reportEndTestSuite.

Parameters

report - the report

err - the test suite error