Not necessarily a bug as such. I was looking at some Nunit tests and one of them was supposed to take a parameter, but there was no parameter supplied.
It was the only test in the test class and NCrunch ignored it rather than giving an error message, and so nobody ever saw that the test wasn't running!
Build/Test Issues
No message when test taking parameters is attempted to run without parameters
Started by MattK on 5,704 views
Remco NCrunch Developer
#6433
19 Sep 2014 12:35 UTC
Sadly, there may not be much that can be done on this from the side of NCrunch.
NCrunch relies on data being supplied from the test frameworks themselves. Where tests are erroneous, they are often ignored, or the errors are raised in ways that can't easily be reported by NCrunch (as the tests themselves cannot exist in their form). I'm sorry this cost you time.
NCrunch relies on data being supplied from the test frameworks themselves. Where tests are erroneous, they are often ignored, or the errors are raised in ways that can't easily be reported by NCrunch (as the tests themselves cannot exist in their form). I'm sorry this cost you time.
Fair enough. Thanks for the explanation. Not to worry about the few minutes of waste, i'm sure NCrunch has saved me far more time over the last 18 months!
Post a reply
Log in to reply.