Is there something similar to mbUnit RowTest in Visual Studio tests. I wanted to be able to run the same test using different inputs and expected results.
I wanted to avoid using test frameworks, because at the moment I need very small and simple tests.
source
share