Forum member
nuggetboy
2 posts
Posts by nuggetboy
-
Coverage issue with lambdas / xUnit?
Got it! I'll use the "//ncrunch: no coverage" tip you gave. Thanks for the reply, Remco.
22 Nov 2015 17:07 UTC
-
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…
22 Nov 2015 03:02 UTC