Main steps
Automated testing and coverage reporting is performed by DatabaseUnitTest.java test, which is compiled in JTM.jar package.
To test, how it will work manually you can do following.
Create following body for this method:
Select: Run— Run as...— Java application, to check, how your test will be executed from the automated test suite. You should see coverage status like:
where xx is actual coverage of tested package.
Select Help — Eclipse Marketplace..., for name enter jd and press Install for Enhanced Class Decompiler plugin.
or