AArnott / Xunit.Combinatorial

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

How can I use this alongside a library that provides mocks #12

Closed srivathsah closed 4 years ago

srivathsah commented 7 years ago

Hi,

This is an immensely useful library from what I can see, however I cannot see a way of using it alongside a library that provides mocks as input of the test method eg:. AutoFixture with AutoMoq . I have a scenario where I need to write unit tests with test cases comprising of mocks and combinatorial data. I assume this is a common use case for many. Am I missing something ?

AArnott commented 7 years ago

Can you elaborate on what the problem is? What prevents you from using mocks when you are also using combinatorial data as inputs to your test method?

AArnott commented 4 years ago

Closing due to no response.