interface Async : Completion<Void>
An asynchronous exit point for a test. |
|
interface Completion<T : Any>
A completion object that emits completion notifications either succeeded or failed. |
|
interface TestCase
A test case object can be used to create a single test. |
|
interface TestCompletion : Completion<Void>
This object provides callback-ability for the end of a test suite, the completion succeeds when all tests pass otherwise it fails. |
|
interface TestContext
The test context is used for performing test assertions and manage the completion of the test. This context is provided by vertx-unit as argument of the test case. |
|
open class TestOptions : ReportingOptions
Test execution options:
|
|
open class TestOptionsConverter
Converter for io.vertx.ext.unit.TestOptions. NOTE: This class has been automatically generated from the io.vertx.ext.unit.TestOptions original class using Vert.x codegen. |
|
interface TestSuite
A named suite of test cases that are executed altogether. The suite suite is created with the |