Is there an automated way to make sure that all parts of code is unit tested?

Posted by chustar on Stack Overflow See other posts from Stack Overflow or by chustar
Published on 2010-03-30T02:48:38Z Indexed on 2010/03/30 2:53 UTC
Read the original article Hit count: 345

Filed under:
|
|
|

I have written JUnit tests for my class, and would like it to tell me if there is any part of my code that is not unit tested. Is there a way to do this?

© Stack Overflow or respective owner

Related posts about java

Related posts about junit