Forum member

Vlad

2 posts

Posts by Vlad

  1. 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…

  2. 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…