How to measure testability of Java classes?

352 views Asked by At

I want to implement JUnit tests in order to do some refactoring. First I'd like to check how good the class is, whether it's implemented for testability. Is there any metric and tools I could use to measure how testable a Java class is?

1

There are 1 answers

0
Verhagen On

Probably you're looking for the Testability Explorer. Latest code seems to be on github.