GCast 113:

Passing parameters to xUnit net tests with the ClassData attribute

The [ClassData] attribute of xUnit.net allows you to store a collection of data parameters in a single class and pass that class to a single test method, allowing it to run multiple tests with different values.

You can find the source  code at https://github.com/DavidGiard/XUnitDemo