This a Solution template for Test Driven Development Kata. It will create a solution containing two projects, one to hold the production code and one to hold the test code. The test project contain a package file for NuGet dependency, adding NUnit as the testing framework. Once you create the solution from the template, you will have to restore the packages via NuGet to force the download and install of the NUnit dependency. |