DarkMatter in Cyberspace
  • Home
  • Categories
  • Tags
  • Archives

Note about Cobertura


Workflow of Unit Test without Cobertura

  1. compile source code;

  2. compile test code;

  3. run unit test;

Workflow of Uniit Test with Cobertura

  1. compile source code;

  2. instrument source code;

  3. compile test code based on instrumented source code(instrumented class file of source code in fact);

  4. run unit test;

  5. build unit test and coverage report;



Published

May 29, 2013

Last Updated

May 29, 2013

Category

Tech

Tags

  • cobertura 6
  • Java 106

Contact

  • Powered by Pelican. Theme: Elegant by Talha Mansoor