Unit Testing using googletest
A while back I was teaching myself various basic data structures and algorithms, as well as writing my own allocator classes, when I came to a point where I needed a simple way to unit test all my workings. I’ve used a couple of unit tests systems in the past (boost for instance) but always found …