Some test frameworks do not support parameterized tests. Others only support them through attributes on the test method, and that may not always be easy to read - and it is limited to compile time constants.
This library is an attempt to give support for parameterized tests from within a...
More information
This is a MSTest extension for the ParameterizedTest library that will provide nicer error message formatting when ParameterizedTest is used together with MSTest.