All Classes and Interfaces
Class
Description
Allows 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 return Uni and 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 injected
UniAsserter and customize the default behavior.A
UniAsserter that exposes the internal Uni.