CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: wlater

Search: Search took 0.06 seconds; generated 54 minute(s) ago.

  1. Thread: Unit testing

    by wlater
    Replies
    11
    Views
    97,270

    Re: Unit testing

    At least now you have my request for what to include in VS10 Professional Edition. ;)
  2. Thread: Unit testing

    by wlater
    Replies
    11
    Views
    97,270

    Re: Unit testing

    Yes, that's correct. I have a native C++ class compiled within a fully native DLL. I then have unit tests written in C++/CLI with objects of the native class. There's really not much special to tell...
  3. Thread: Unit testing

    by wlater
    Replies
    11
    Views
    97,270

    Re: Unit testing

    Re-reviewing Visual Studio help, I'm guessing I need one of the Visual Studio Test editions to get code coverage as I do not have a Code Coverage selection in my test run configuration dialog as per...
  4. Thread: Unit testing

    by wlater
    Replies
    11
    Views
    97,270

    Re: Unit testing

    Could you go into a bit more detail (or post a link to same info) on how to get the unit test covered native code to be colorized in the editor? I have done a unit test in C++/CLI to test a C++...
Results 1 to 4 of 4





Click Here to Expand Forum to Full Width

Featured