6 Unit Tests Overview
Craig Oates edited this page 4 years ago

Within "CW-Tests", you will find a collection of unit tests -- which I wrote with xUnit. If you are unfamiliar with xUnit and unit tests in-general, please use the following links:

It is worth pointing out CW-Tests uses xUnit's Test Runner for Visual Stuio which means you can use Visual Studio's Test Explorer. This allows you to see the project's (unit) tests with a graphical user interface. If you are unsure what that is, below is a screenshot of it looks like.

visual studio test explorer

As you can see, it is a good way to determine what tests are passing and failing. On top of that, it highlights how I have organised the tests (in CW-Tests).

For more information about Visual Studio's Test Explorer, please the following link: