AArnott / Xunit.Combinatorial

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

InvalidOperationException using PairwiseData and CombinatorialValues #19

Closed skarllot closed 6 years ago

skarllot commented 6 years ago

Some tests from the set fails with the following output:

System.InvalidOperationException : The test method expected 4 parameter values, but 3 parameter values were provided.
  Exception doesn't have a stacktrace

Using CombinatorialData instead of PairwiseData all tests run without errors.

skarllot commented 6 years ago

Sorry, the bug is in JetBrains test runner.