1.5: ElevenNote.Tests
Last updated
Last updated
In this module we'll set up a Unit Tests project.
The purpose of our unit testing project will be to write code that tests code.
In the Solution Explorer, right click on the ElevenNote Solution
Make sure to right click on the Solution and NOT the project ElevenNote.WebMVC
Go to Add -> New Project
Select Visual C#, then Windows Classic Desktop
Choose Unit Test Project
Name the project ElevenNote.Tests
Do not delete the UnitTest1.cs
file we can use this file.