JUnit
A short overview:
- JUnit is a testing framework, which provides a modern foundation for developer-side testing on the JVM.
- Its current version is JUnit 6, but for CS400 we are using JUnit 5 also known as JUnit Jupiter.
- Before testing, it is important to read the documentation which you can find here