interface Failure
A failure provides the details of a failure that happened during the execution of a test case. The failure can be:
|
|
open class ReportOptions
Configures a reporter consisting in a name |
|
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. |
|
interface Reporter<R : Any>
The reporter defines a set of callback for the life cycle events. |
|
interface ReporterFactory |
|
open class ReportingOptions
Reporting options:
|
|
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. |
|
interface TestCaseReport
Report the execution of a test case. |
|
interface TestResult
The result of a test. |
|
interface TestSuiteReport : ReadStream<TestCaseReport>
The test suite reports is basically a stream of events reporting the test suite execution. |