Following the link to the stack overflow, I found Miลกko Hevery entries a very interesting read. So good that I see a new approach to what, as I thought before, I did pretty well.
He talks mainly about Injection Dependency, Automated Unit Testing, and Good Design.
A number of good practices that he advocates are things that can be detected by software. And therefore there is a program for their detection of Google Testability Explorer .
My questions:
- Is there a C # equivalent for Java Testability Explorer based on Java?
- If so, which is better?
c # dependency-injection unit-testing
Don vince
source share