What is TestCase in NUnit?
In NUnit, the TestCase attribute identifies a method with parameters as a test method. It also includes the inline data that must be used when that method is called. It can show on the test method one or more instances, with each appearance holding values for the test case.
Check out this NUnit tutorial for more details!