Forum member

Kandaurov

3 posts

Posts by Kandaurov

  1. Doesnt run [Theory] tests

    [quote=Remco;8503][quote=Kandaurov;8502] Why not just run v1 tests the same way as v2? Have you ever tried it? We have a tone of tests written using v1 and they work fine everywhere except NCrunch. According to nuget.org xunit v2 is actually released only a year ago and I think that there are stil…

  2. Doesnt run [Theory] tests

    [quote=Remco;8499][quote=Kandaurov;8496]I have the same problem: NCrunch does not see xunit 1.8 [Theory] tests with Fluent Assertions, until somewhere in the same assembly the [Fact] or Assert.Equal() is used. Switching to Dynamic Analysis does not help I know that it is a Galio issue, but why…

  3. Doesnt run [Theory] tests

    I have the same problem: NCrunch does not see xunit 1.8 [Theory] tests with Fluent Assertions, until somewhere in the same assembly the [Fact] or Assert.Equal() is used. Switching to Dynamic Analysis does not help I know that it is a Galio issue, but why don't you run xunit tests using their n…