Forum member

southward

1 post

Posts by southward

  1. 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"); …