We have code which was written using Non-Object oriented programming and we would like to do unit testings. I've seen easy Unit Testing over Object Oriented Code in Visual Studio but I've not found a way to test when I don't have classes and objects..
We are using Visual Studio 2008 and code is written in C++ with no classes, just functions. Is it possible to apply Unit Testing to non-object oriented code? test Thank you,
Matias.