Forum member
soundcode
2 posts
Posts by soundcode
-
XUnit Assert.Equal message missing diagnostic info
I'm running an Xunit test like this: [code=plain]Assert.Equal("Hello world", md);[/code] when I click on the red X, all I see is [code=plain]Xunit.Sdk.EqualException: Assert.Equal() Failure[/code] I would like to see the full message [code=plain]Position: First difference is at position 0 …
15 Feb 2012 10:51 UTC
-
Allow "Debug" runner mode by telling VS to attach to the test runner
+1 from me. Have been really enjoying NCrunch so far, and the ability to launch a test in the debugger would make this an awesome tool.
07 Jan 2012 19:30 UTC