Is there anyone that know some tools (like Nunit) to develop using Test Driven Development but for VC++ unmanaged code?
As far as VC++ code is concerned, Nunit is able to work only with managed code.
Regards.
Francesco.
Printable View
Is there anyone that know some tools (like Nunit) to develop using Test Driven Development but for VC++ unmanaged code?
As far as VC++ code is concerned, Nunit is able to work only with managed code.
Regards.
Francesco.
http://www.codeguru.com/Cpp/misc/sam...cle.php/c4685/
is one such example.
HTH,
ahoodin