Forum member

soundcode

2 posts

Posts by soundcode

  1. 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 …

  2. 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.