alexnoddings / Tyne

C# libaries designed for making Line of Business Blazor apps more efficiently.
https://alexnoddings.github.io/Tyne/
MIT License
2 stars 0 forks source link

Update xUnit tests to use `TheoryData<>` member data #145

Closed alexnoddings closed 1 month ago

alexnoddings commented 6 months ago

For type safety, unit tests should use strongly-typed TheoryData instead of IEnumerable<object?[]?>s.

See xUnit1042 for more info.