Tagged Questions
9
votes
1answer
1k views
Does MSTest Have an Equivalent to NUnits TestCase
I find the TestCase feature in NUnit quite useful as a quick way to specify test parameters without needing a seperate method for each test. Is there anything similar in MSTest?
[TestFixture]
...