Figure 2.
Output From Running the Automated Tests
Once the unit tests are added to a project, you can run the automated tests using this command line:
mstest /testcontainer:[test dll] /resultsfile:[result file location]
.