Package | Description |
---|---|
io.vertx.reactivex.ext.unit.collect | |
io.vertx.reactivex.ext.unit.report |
Class and Description |
---|
TestSuiteReport
The test suite reports is basically a stream of events reporting the test suite execution.
|
Class and Description |
---|
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
original non RX-ified interface using Vert.x codegen. |
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.
|
Copyright © 2021 Eclipse. All rights reserved.