Daily Usage Issues

NCrunch does not output Assert.Ignore reason

Started by GreenMoose on 5,219 views

When I use NUnit's Assert.Ignore (and have inconclusive tests as failing), I don't get the actual message (same behavior in vstudio-addin and console tool) so output is something like

[10:56:42][...ItReturnsRefreshedCurrentTime]
[10:56:42][...ItReturnsRefreshedCurrentTime]
[10:56:42][...ItReturnsRefreshedCurrentTime] NCrunch: This test reported an inconclusive result. You can adjust whether NCrunch should treat this result as a pass by using the 'Consider inconclusive tests as passing' NCrunch project-level configuration setting.

making it hard to tell from the error why test is ignored.

(with 2 empty lines for some reason)
Is this a technical limitation ?

Thanks.
This looks to be a fault in NCrunch's handling of the inconclusive state. It simply isn't taking into account the message returned by NUnit. Thanks for reporting it. I've noted it down to be fixed.

Post a reply

Log in to reply.