PairwiseDataSource to avoid cartesian explosion with MatrixDataSource? #5174
georg-jung
started this conversation in
Ideas
Replies: 1 comment 5 replies
-
|
If this is widely used in the ecosystem I can consider adding it. Not sure how common it is though. But for now you could definitely implement it yourself with a custom IDataSourceAttribute implementation 😄 |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I currently use xUnit and plan to migrate my project to TUnit. I enjoy using @AArnott's
PairwiseDataattribute in Xunit.Combinatorial: https://aarnott.github.io/Xunit.Combinatorial/docs/combinatorial-vs-pairwise.html#pairwise-testingI think NUnit has a similar feature: https://docs.nunit.org/articles/nunit/writing-tests/attributes/pairwise.html
Is this something that would be feasible to add to TUnit in the future? Or do you think this should rather be a plugin in a similar way Xunit.Combinatorial is?
Beta Was this translation helpful? Give feedback.
All reactions