Forum member
Vlad
2 posts
Posts by Vlad
-
Tests with custom ExpectedException attribute are failing
[quote=Remco;2314]NCrunch uses its own custom-built test runner to execute MSTest tests, and at the moment this test runner does not support custom ExpectedException attributes. Where working with tests that require this behaviour in NCrunch, I recommend introducing the exception filter logic in th…
02 Jul 2012 12:55 UTC
-
Tests with custom ExpectedException attribute are failing
Hello, We tried to use NCrunch on our project and found that all our tests that use custom expected exception attribute fail in NCrunch. They succeed in MSTest just fine. Here is test code: [code=csharp] [TestMethod] [ExpectedMissingInputException()] public void ExecuteTaskThrowsIfInputIsN…
30 Jun 2012 04:50 UTC