NUnit TestCase C# Tutorial

In our last tutorial, we learned about the NUNit TestFixture attribute. In this tutorial, we learn about the NUnit TestCase attribute and its usage. The TestCase attribute is used for two purposes. Test Method When we assign the TestCase attribute to any method, it lets the NUnit test runner discover …

NUnit TestCase C# Tutorial Read More