This is a sample application that demonstrates the core features of JUnit 5, especially the JUnit Jupiter programming model.
The following highlight the technologies used.
-
JUnit Platform 1.3.2
-
JUnit Jupiter 5.3.2
-
JUnit Vintage 5.3.2
- which includes JUnit 4.12 (for comparison with JUnit Jupiter)
-
Spring Framework 5.1.3 ( not yet implementted)
-
Spring Boot 2.1 ( not yet implemented)
-
Gradle 5.0 ( not yet implemented )
-
Java 11