This project demos the following features in JUnit 5:
- Disabling a Test Method
- Disabling a Test Class
This project was created to demo JUnit 5 and different ways to write test cases using JUnit. The project uses Gradle to build, run the test and download the dependencies.
To run the JUnit tests navigate to the project folder and type ./gradlew test or gradlew test on windows.