Mbl.ParameterizedTest

MSTest does not support parameterized tests or row tests. The only solution is data driven tests, but that may be a bit much for simple tests. The framework has poor support for extensions, so Mbl.ParameterizedTest is an attempt to give support for parameterized tests from within a single test.

The library is available via NuGet or via download here form CodePlex. The CodePlex version may not be updated quite as frequently as the NuGet one.

As this library is primarily intended for MSTest it has a dependency on the Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll. This is only for throwing an exception of the type expected by MSTest. The dependency is not included in the package due to licensing issues.