Unit Testing for Native C++

I often get asked about unit testing native code and quite frankly I’ve never really had a good answer. Until now that is. Maria Blees was kind enough to share a unit testing framework she developed for C++ called WinUnit and I must say I’m really impressed. Go read about it now in her article published in this month’s issue of MSDN Magazine:

WinUnit: Simplified Unit Testing for Native C++ Applications

The opening remark also really resonated with me: “These days it can be hard not to feel downright oppressed as a native code developer—it seems like the developers using the Microsoft .NET Framework get all the cool tools!”

Tell me about it!  :)

It seems debugging guru John Robbins has known about it for a while and is also singing its praises.

 

No Comments