This project show how to implement a Test Pyramid Strategy in Java.
Based on Pluralsight's course Implementing a Test Pyramid Strategy in Java.
This project require:
- Gradle 5.2.1 or later
- JUnit 5 or later
- JDK 8
For the code coverage tools, JaCoCo gradle plugin is used.