Archive for the tag 'compile'

Dec 01 2008

Clover saving time in development

Published by under Java

I read this post about Clover and using it to minimise the number of tests run. A nice idea, so I decided to have a go at it.
What it does is use the test-coverage that it was originally written to do, to figure out which tests exercise which classes. So when you change Class1 and [...]

3 responses so far