AArnott / Xunit.Combinatorial

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

Possible migration path for theorized inline data sets #15

Closed mwpowellhtx closed 6 years ago

mwpowellhtx commented 6 years ago

Possibly this is the best possible project to support a migration path from NUnit TestCaseSourceAttribute, I'm not sure.

I need something akin to PairwiseDataAttribute, but which allows the end user to specify only those test cases he/she wants to verify. This may not be the reduced combination, but rather a user-specified set.

Let me know if this is doable.

Thanks!

mwpowellhtx commented 6 years ago

Actually, lo and behold, I ran across this helpful article on the subject. This will work perfectly!