AArnott / Xunit.Combinatorial

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

Add Nullable<> support to CombinatorialData/PairwiseData #24

Closed chwarr closed 4 years ago

chwarr commented 4 years ago

The [CombinatorialData] and [PairwiseData] attributes now works on Nullable<T> wrappers around the underlying types is already supports. The values tested for Nullable<T> are the union of

Fixes https://github.com/AArnott/Xunit.Combinatorial/issues/23