Forum member

nuggetboy

2 posts

Posts by nuggetboy

  1. Coverage issue with lambdas / xUnit?

    Got it! I'll use the "//ncrunch: no coverage" tip you gave. Thanks for the reply, Remco.

  2. Coverage issue with lambdas / xUnit?

    I noticed that the last line of xUnit Assert.Throws lambdas are being detected as untested: [img=http://i.imgur.com/5rnEEF2.png]No coverage on last line of lambda[/img] I can work around this by pulling up the last line with brace and parens like so: [img=http://i.imgur.com/mPOiIe1.png]Workarou…