|
|
Browse by Tags
All Tags » .net 2.0 » unit test
-
In the project that I'm working on we wanted to have certain of our MSTest unit tests be available as standalone programs. Various reasons for this include:
It is useful for demos
It's makes certain debugging scenarios a little easier, i.e. those where multiple VS instances are required.
It avoids having to remember the mstest command ...
|
|
|