xUnit supports many ways of parameterizing tests. However, none of the documentation I could find covers the use case of re-using and mixing parameter datasets across tests, which is particularly relevant when dealing with complex integration or automated UI tests.

In this article you will learn how this can be done with xUnit in Visual Studio. All source code is available.

#xunit #dotnet #c-sharp #best-practices

xUnit: Managing Complex Test Parameters
1.15 GEEK