open class Failure
A failure provides the details of a failure that happened during the execution of a test case. The failure can be:
|
|
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. |
|
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. |
|
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. |