Forum member

distantcam

1 post

Posts by distantcam

  1. xUnit display weirdness.

    For this xUnit test: [code=csharp][Fact(DisplayName = "Bar")] public void Foo() { Assert.True(false); }[/code] I would expect the test to have the name Bar in NCrunch, but instead it displays the name Foo. Also for a Theory would it be possible to display each result seperately?