Package io.quarkus.test.vertx
package io.quarkus.test.vertx
-
ClassDescriptionAllows test methods to run on a Vert.x thread instead of the main thread.Used in conjunction with
RunOnVertxContext(or similar annotations) in order to test assertions on APIs that returnUniand whose execution needs to occur on a Vert.x Event Loop Thread (such as Hibernate Reactive for example).A subclass can be used to wrap the injectedUniAsserterand customize the default behavior.AUniAsserterthat exposes the internalUni.