Addressing Arguments Against Unit Testing
This post addresses several of the common arguments against taking the time to implement unit testing.
This post addresses several of the common arguments against taking the time to implement unit testing.
This post in my unit testing series addresses the benefits of unit testing in general and in specific to the roles of Project Management, Developers, and QA.
Googletest and Fake Function Framework are the tools that I chose to use to unit test a C code base. Here I talk about why I chose them.