Environment Setup – NUnit Tutorial
There are two steps in configuring the NUnit project environment: Configure Project with NUnit assemblies We always create separate projects when creating projects for NUnit. According to naming conventions, the test project name should be [Project Under Test].[Tests]. For example, if we are testing the project name “CustomerOrderService,” then the …