- Testing is supported by Junit5 and Checkstyle.
- Running all tests and checks using:
./gradlew clean check
- Test Result is generated at:
build/report/tests/test
- Test Coverage Report is generated by Jacoco at:
build/report/jacoco/test
- Check Style report is generated by CheckStyle at:
build/report/checkstyle.html