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?
Asked
Active
Viewed 339 times
1 Answers
1
Probably you're looking for the Testability Explorer. Latest code seems to be on github.

Verhagen
- 3,885
- 26
- 36