Skip to content

Commit d3695a8

Browse files
committed
README.adoc addition
1 parent 276b10a commit d3695a8

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

junit5-examples/README.adoc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
= Vert.x JUnit 5 examples
2+
3+
This project illustrates how to use JUnit 5 with Vert.x for testing asynchronous operations.
4+
5+
link:pom.xml[pom.xml] declares the dependencies and configures the Maven Surefire plugin.
6+
Gradle users should check the documentation at http://junit.org/junit5/docs/current/user-guide/#running-tests-build-gradle
7+
8+
The link:src/test/java/hello/SampleVerticleTest.java[SampleVerticleTest.java] file contains a few test cases
9+
of how to deal with asynchronous events (timers, deployments, network requests, etc).

0 commit comments

Comments
 (0)