Uses of Package
io.vertx.ext.unit.report
-
Classes in io.vertx.ext.unit.report used by io.vertx.ext.unit Class Description ReportingOptions Reporting options: thereporters
is an array of reporter configurationsReportOptions Configures a reporter consisting in a nameto
, an addressat
and an optionalformat
. -
Classes in io.vertx.ext.unit.report used by io.vertx.ext.unit.collect Class Description ReportingOptions Reporting options: thereporters
is an array of reporter configurationsTestSuiteReport The test suite reports is basically a stream of events reporting the test suite execution. -
Classes in io.vertx.ext.unit.report used by io.vertx.ext.unit.report Class Description Failure A failure provides the details of a failure that happened during the execution of a test case.Reporter The reporter defines a set of callback for the life cycle events.ReporterFactory ReportingOptions Reporting options: thereporters
is an array of reporter configurationsReportOptions Configures a reporter consisting in a nameto
, an addressat
and an optionalformat
.TestCaseReport Report the execution of a test case.TestResult The result of a test.TestSuiteReport The test suite reports is basically a stream of events reporting the test suite execution. -
Classes in io.vertx.ext.unit.report used by io.vertx.reactivex.ext.unit.collect Class Description ReportingOptions Reporting options: thereporters
is an array of reporter configurations -
Classes in io.vertx.ext.unit.report used by io.vertx.reactivex.ext.unit.report Class Description Failure A failure provides the details of a failure that happened during the execution of a test case.TestCaseReport Report the execution of a test case.TestResult The result of a test.TestSuiteReport The test suite reports is basically a stream of events reporting the test suite execution. -
Classes in io.vertx.ext.unit.report used by io.vertx.rxjava3.ext.unit.collect Class Description ReportingOptions Reporting options: thereporters
is an array of reporter configurations -
Classes in io.vertx.ext.unit.report used by io.vertx.rxjava3.ext.unit.report Class Description Failure A failure provides the details of a failure that happened during the execution of a test case.TestCaseReport Report the execution of a test case.TestResult The result of a test.TestSuiteReport The test suite reports is basically a stream of events reporting the test suite execution.