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.
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