Click to See Complete Forum and Search --> : Test Driven development


skuanet
September 30th, 2004, 09:24 AM
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.

ahoodin
September 30th, 2004, 09:47 AM
http://www.codeguru.com/Cpp/misc/samples/testingdebugging/article.php/c4685/

is one such example.

HTH,

ahoodin