Unit tests are run with jUnit; a detailed report of these tests in HTML format is available in the folder tests/junit, which is automatically created. Code coverage is also computed with JaCoCo; a detailed report is available in the folder tests/coverage....
It tries to make sure that correct things are done in the correct way. While QC had a more important role in the past, with the emergence of TDD, acceptance test-driven development ( ATDD), and later on BDD, focus has been shifting towards QA. ...