Unit Testing – C# – Part 02 – Project Structure
July 3, 2018
In the last blog I explained the class we are building and its business rules. In this blog I will show you how we setup the visual studio project before we begin writing our tests. Source Code You can find the source for this blog series here. Visual Studio Project The project is developed in … More Unit Testing – C# – Part 02 – Project Structure