This repository provides unit testing for CAB301 Assessment 1.
Your application must use the .NET 7.0 framework to be compatible with the MSTest framework.
-
Start by cloning this repository into the parent repository of your project.
-
Right-click your solution, then click
Add > Existing Project...
. -
Then add a reference to the
UnitTesting
project by navigating toDependencies > Add Project Reference...
.Note this should be done in the
UnitTesting
project, not your own project.
To begin testing, build your application, and click Run All Tests
in the Test Explorer
.
If you want to add some of your own tests to this library, create a Pull Request using GitHub.
I, Tarang Janawalkar, give any student studying CAB301 in Semester 1, 2023, to modify, use, and share the files in this repository.