Forum member
awesseling
2 posts
Posts by awesseling
-
xUnit tests with FSharp are not recognized
Hi Remco, no, unfortunately, it does not make a difference. Regards, Andre
20 Mar 2012 10:48 UTC
-
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 …
20 Mar 2012 08:22 UTC