Package io.vertx.junit5
package io.vertx.junit5
-
ClassDescriptionA test completion checkpoint, flagging it advances towards the test context completion.Vert.x test context parameter provider holder class.Checkpoints that count the number of flag invocations.A consumer to close extension parameters, like closing a Vert.x context, a web client, etc.Parameter annotation used on
Vertxtest method or constructor parameters to specify aVertxProviderimplementation that supplies theVertxinstance.An extension that runs tests on a Vert.x context.ScopedObject<T>A parameter as an object with a scope and that can be closed when the scope exits.Specify how longVertxTestContext.awaitCompletion(long, TimeUnit)waits before timing out.JUnit 5 Vert.x extension that allows parameter injection as well as an automatic lifecycle on theVertxTestContextinstance.AVertxExtensiontest method parameter provider service provider interface.A supplier ofVertxinstances for use with the@ProvidedByannotation.Annotation for JUnit 5 test classes that use Vert.x.A test context to wait on the outcomes of asynchronous operations.Interface for an executable block of assertion code.Vert.x test context parameter provider holder class.