Package io.vertx.ext.unit
package io.vertx.ext.unit
-
ClassDescriptionAn asynchronous exit point for a test.Completion<T>A completion object that emits completion notifications either succeeded or failed.A test case object can be used to create a single test.This object provides callback-ability for the end of a test suite, the completion succeeds when all tests pass otherwise it fails.The test context is used for performing test assertions and manage the completion of the test.Test execution options: the
timeoutin milliseconds, the default value is 2 minutes theuseEventLoopconfigures the event loop usagetruealways runs with an event loopfalsenever runs with an event loopnulluses an event loop if there is one (provided byVertx.currentContext()) otherwise run without thereportersis an array of reporter configurationsConverter and mapper forTestOptions.A named suite of test cases that are executed altogether.