I'm currently using ReSharper 2016.1.2 with the native xUnit test runner. I was wondering why the Theories
are not supported and get simply ignored from the test sessions. Moreover, trying to run them singularly has no effect at all.
What is also a bit frustrating is that they get silently ignored and not reported in the Ignored Tests
tab count (in my case >20 tests using theories with both InlineData
and MemberData
).
The question is: are theories going to be supported or shall I rewrite my test?