Forum member
southward
1 post
Posts by southward
-
NUnit Assert.Ignore causes failed test
The NUnit command Assert.Ignore("This Test hits database"); causes NCrunch to falsely indicate a Failed test. To duplicate, add the following test. [Test] public void AssertIgnoreFalseFailure() { Assert.Ignore("This Test hits database"); …
05 Feb 2012 16:46 UTC