We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3695a8 commit db98f9cCopy full SHA for db98f9c
README.adoc
@@ -148,6 +148,12 @@ your Vert.x (or other asynchronous) applications.
148
149
The link:unit-examples/README.adoc[Vert.x Unit examples] shows how to use Vert.x Unit.
150
151
+=== Vert.x JUnit 5 examples
152
+
153
+The `vertx-junit5` modules allows testing Vert.x asynchronous operations with JUnit 5.
154
155
+See link:junit5-examples/README.adoc[Vert.x JUnit 5 examples].
156
157
=== RxJava examples
158
159
Vert.x for RxJava provides most of its APIs as RxJava so you can use those if you prefer.
0 commit comments