-2

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?

kryger
  • 12,906
  • 8
  • 44
  • 65
user5417542
  • 3,146
  • 6
  • 29
  • 50

1 Answers1

1

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

Verhagen
  • 3,885
  • 26
  • 36