CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jul 2002
    Posts
    146

    Test Driven development

    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.

  2. #2
    Join Date
    Mar 2001
    Posts
    2,529

    Re: Test Driven development

    http://www.codeguru.com/Cpp/misc/sam...cle.php/c4685/

    is one such example.

    HTH,

    ahoodin

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured