Package io.quarkus.test.vertx
-
Interface Summary Interface Description UniAsserter Used in conjunction withRunOnVertxContext(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). -
Class Summary Class Description DefaultUniAsserter RunOnVertxContextTestMethodInvoker RunOnVertxContextTestMethodInvoker.RunTestMethodOnContextHandler -
Annotation Types Summary Annotation Type Description RunOnVertxContext Allows test methods to run on a Vert.x thread instead of the main thread.