VS2005 test syntax

Hello All,

Can you please let me know if the test syntax used for VS2005 is similar of the same to n-unit

Thanks,

Bob Hanson


Answer this question

VS2005 test syntax

  • Lan Lan

    Bob,

    Our syntax is very similar to NUnit.  For example, we use attributes (with different names) to specify which classes and methods are associated with tests.  We also use our own asserts to allow you to communicate when a test has failed.  In short, if you are already using NUnit, learning VS Unit testing will be a very small learning curve.

    Tom
    PM, VSTEST


  • VS2005 test syntax