Unit Testing C and C++ ... with Ruby and RSpec! 110 Posted by Dean Wampler Tue, 05 Feb 2008 04:08:00 GMT If you’re writing C/C++ code, it’s natural to write your unit tests in the same language (or use C++ for your C test code). All the well-known unit testing tools take this approach. I think we can agree that neither language offers the best developer productivity among all the language choices