By bloid
via thediscoblog.com
Published: Jan 12 2009 / 15:49
I’ve been asked on more than one occasion if easyb supports code coverage. The answer is a copasetic yes and here’s how (using Cobertura and Ant). Code coverage, regardless of your desired tool, essentially entails three steps, namely:
* instrument your code base
* run your tests (alternately, run something as tests are necessarily a requirement)
* produce a report
Add your comment