vertx / io.vertx.reactivex.ext.unit.report

Package io.vertx.reactivex.ext.unit.report

Types

Failure

open class 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
NOTE: This class has been automatically generated from the io.vertx.ext.unit.report.Failure non RX-ified interface using Vert.x codegen.

TestCaseReport

open class TestCaseReport

Report the execution of a test case. NOTE: This class has been automatically generated from the io.vertx.ext.unit.report.TestCaseReport non RX-ified interface using Vert.x codegen.

TestResult

open class TestResult

The result of a test. NOTE: This class has been automatically generated from the io.vertx.ext.unit.report.TestResult non RX-ified interface using Vert.x codegen.

TestSuiteReport

open class TestSuiteReport : ReadStream<TestCaseReport>

The test suite reports is basically a stream of events reporting the test suite execution. NOTE: This class has been automatically generated from the io.vertx.ext.unit.report.TestSuiteReport non RX-ified interface using Vert.x codegen.