Skip to content

Latest commit

 

History

History
12 lines (12 loc) · 348 Bytes

test.md

File metadata and controls

12 lines (12 loc) · 348 Bytes

Testing

  • 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