Forum member

awesseling

2 posts

Posts by awesseling

  1. xUnit tests with FSharp are not recognized

    Hi Remco, no, unfortunately, it does not make a difference. Regards, Andre

  2. xUnit tests with FSharp are not recognized

    I'm using NCrunch 1.38.0.17b with xUnit. I created an F# (FSharp) project which contains a test like this: [code] module FooTest open Xunit [<Fact>] let should_fail () = Assert.Equal (1, 2) [/code] The xUnit GUI runner recognizes the test, NCrunch does not (and there are no ignored …