Tagged Questions
3
votes
3answers
315 views
Unit Testing: coding to interfaces?
Currently my project is composed of various concrete classes. Now as I'm getting into unit testing it looks like I'm supposed to create an interface for each and every class (effectively doubling the ...
3
votes
5answers
625 views
Is This a C++ Unit Test?
I am trying to formalize my programming practices in preparation to do it professionally (I have been doing it as a hobby for 18 years). Unfortunately they didn’t really teach us useful stuff in ...