resharper-xunit
resharper-xunit copied to clipboard
ReSharper runner for xUnit.net
The code: > [Theory] > [InlineData(10000)] > [InlineData(1500)] > public void TestMethod(int maxDuration) > { > } This test is shown as a single test case. When I clear R#...
Ensure that the type/field/property/method being referenced has the correct signature. - [ ] `ClassData` requires a class that implements `IEnumerable` - [ ] `MemberData` requires a static field, property or...
Currently, the in-editor test discovery uses the xunit1 API, rather than the xunit2 API that allows for custom test discovery. To use the xunit2 API to discover tests: - [...
In Vs2015 Can‘t discovery unit test and can't run it
**Details:** VS: 2015 Professional Update 3 R#: 10.0.2 Ultimate Xunit: 2.1.0 **The issue:** I have got custom attribute like ``` public class SmokeTestAttribute : CategoryTraitAttribute { public SmokeTestAttribute() : base("Smoke")...
When implementing a custom `ITraitAttribute` and `ITraitDiscoverer` I can see that the discoverer is being executed for the correct attribute, but you can't filter on that trait as it's not...
ReSharper doesn't currently support running tests for asp.net vnext, as it's a new execution environment, and requires a new hosting executable to run the tests via dnx (nee klr), and...
In using resharper 2016.1.2 on VS 2014.0.25425.1 and I think I am using version 2.1.7, but I have no way of confirming this. I was running one particular test in...
An exception is thrown 
Specifically, AppDomain and shadow copy. Both ReSharper and xunit have settings for these, but how should they be merged? I can tell when xunit's values are specified or not, so...