DEV Community

Discussion on: What are your biggest problems with unit testing?

Collapse
 
sandordargo profile image
Sandor Dargo

Most probably he means that the tests are strictly coupled with the production code implementation. Tests are exercising the implementation in a given moment, not the API, the behaviour. Seems like the problem of Test contra-variance.