Forum member
distantcam
1 post
Posts by distantcam
-
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?
20 Jul 2012 08:39 UTC