When analyzing the different options to organize unit tests in NUnit, I understood it as mainly of three types. 1.Test per Fixture 2.Class 3.Feature
Can anyone share some good reference which will provide an insight on this? ReferenceI am confused, the site referenced here explains NUnit or any other testing framework?
What are the constraints to be considered when selecting a pattern among the three?