Uses of Package
io.vertx.ext.unit
-
Packages that use io.vertx.ext.unit Package Description io.vertx.ext.unit io.vertx.ext.unit.junit io.vertx.reactivex.ext.unit io.vertx.rxjava3.ext.unit -
Classes in io.vertx.ext.unit used by io.vertx.ext.unit Class Description Async An asynchronous exit point for a test.Completion A completion object that emits completion notifications either succeeded or failed.TestCase A test case object can be used to create a single test.TestCompletion This object provides callback-ability for the end of a test suite, the completion succeeds when all tests pass otherwise it fails.TestContext The test context is used for performing test assertions and manage the completion of the test.TestOptions Test execution options: thetimeout
in milliseconds, the default value is 2 minutes theuseEventLoop
configures the event loop usagetrue
always runs with an event loopfalse
never runs with an event loopnull
uses an event loop if there is one (provided byVertx.currentContext()
) otherwise run without thereporters
is an array of reporter configurationsTestSuite A named suite of test cases that are executed altogether. -
Classes in io.vertx.ext.unit used by io.vertx.ext.unit.junit Class Description TestContext The test context is used for performing test assertions and manage the completion of the test. -
Classes in io.vertx.ext.unit used by io.vertx.reactivex.ext.unit Class Description Async An asynchronous exit point for a test.Completion A completion object that emits completion notifications either succeeded or failed.TestCase A test case object can be used to create a single test.TestCompletion This object provides callback-ability for the end of a test suite, the completion succeeds when all tests pass otherwise it fails.TestContext The test context is used for performing test assertions and manage the completion of the test.TestOptions Test execution options: thetimeout
in milliseconds, the default value is 2 minutes theuseEventLoop
configures the event loop usagetrue
always runs with an event loopfalse
never runs with an event loopnull
uses an event loop if there is one (provided byVertx.currentContext()
) otherwise run without thereporters
is an array of reporter configurationsTestSuite A named suite of test cases that are executed altogether. -
Classes in io.vertx.ext.unit used by io.vertx.rxjava3.ext.unit Class Description Async An asynchronous exit point for a test.Completion A completion object that emits completion notifications either succeeded or failed.TestCase A test case object can be used to create a single test.TestCompletion This object provides callback-ability for the end of a test suite, the completion succeeds when all tests pass otherwise it fails.TestContext The test context is used for performing test assertions and manage the completion of the test.TestOptions Test execution options: thetimeout
in milliseconds, the default value is 2 minutes theuseEventLoop
configures the event loop usagetrue
always runs with an event loopfalse
never runs with an event loopnull
uses an event loop if there is one (provided byVertx.currentContext()
) otherwise run without thereporters
is an array of reporter configurationsTestSuite A named suite of test cases that are executed altogether.