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 485832c commit 8b10012Copy full SHA for 8b10012
README.md
@@ -27,7 +27,8 @@ Jetty | Jetty Server.
27
JGit | Basic usages of [JGit][jgit].
28
JMH | Java Microbenchmark Harness (JMH).
29
JSON | JSON conversion libraries in Java.
30
-JUnit | JUnit testing framework.
+JUnit 4 | JUnit 4 testing framework.
31
+JUnit 5 | JUnit 5 testing framework.
32
Logback | [Logback](http://logback.qos.ch/) logging framework.
33
Maven | Basic functionality of Maven.
34
Mongo | The MongoDB database
junit5/pom.xml
@@ -10,6 +10,8 @@
10
<modelVersion>4.0.0</modelVersion>
11
12
<artifactId>java-examples-junit5</artifactId>
13
+ <name>Java Examples - JUnit 5</name>
14
+
15
<dependencies>
16
<dependency>
17
<groupId>org.junit.jupiter</groupId>
0 commit comments