vertx / io.vertx.ext.unit.report

Package io.vertx.ext.unit.report

Types

Failure

interface Failure

A failure provides the details of a failure that happened during the execution of a test case. The failure can be:

  • an assertion failure: an assertion failed
  • an error failure: an expected error occured

ReportOptions

open class ReportOptions

Configures a reporter consisting in a name to, an address at and an optional format.

ReportOptionsConverter

open class ReportOptionsConverter

Converter for io.vertx.ext.unit.report.ReportOptions. NOTE: This class has been automatically generated from the io.vertx.ext.unit.report.ReportOptions original class using Vert.x codegen.

Reporter

interface Reporter<R : Any>

The reporter defines a set of callback for the life cycle events.

ReporterFactory

interface ReporterFactory

ReportingOptions

open class ReportingOptions

Reporting options:

  • the reporters is an array of reporter configurations

ReportingOptionsConverter

open class ReportingOptionsConverter

Converter for io.vertx.ext.unit.report.ReportingOptions. NOTE: This class has been automatically generated from the io.vertx.ext.unit.report.ReportingOptions original class using Vert.x codegen.

TestCaseReport

interface TestCaseReport

Report the execution of a test case.

TestResult

interface TestResult

The result of a test.

TestSuiteReport

interface TestSuiteReport : ReadStream<TestCaseReport>

The test suite reports is basically a stream of events reporting the test suite execution.