AArnott / Xunit.Combinatorial

Adds combinatorial and pairwise testing capability to Xunit tests
Other
180 stars 16 forks source link

CombinatorialRangeAttribute: Add uint support #79

Closed TSRBerry closed 1 year ago

TSRBerry commented 1 year ago

This PR allows the CombinatorialRangeAttribute to generate unsigned integer ranges as well.

I wasn't sure whether to create a new file for the unit tests, so I added them to the same file as the tests for integers.

TSRBerry commented 1 year ago

Is there some kind of prerelease I could use for my projects? Or do I need to wait for the next full release?

AArnott commented 1 year ago

Watch for 1.6.23-alpha to come out to nuget.org in a few minutes.