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 single test with a fluent syntax. Packages exists targeted at specific test frameworks, but this core package should be usable from all test frameworks.
$ dotnet add package Mbl.ParameterizedTestNo README available.