Is there something similar to mbUnit's RowTest in Visual studio tests. I wanted to have the ability to perform the same test using different input data and expected results.
Wanted to avoid using testing frameworks since I'm need very little and simple tests at the moment.