Forum member

giantdave

1 post

Posts by giantdave

  1. Not running custom ExpectedExceptionAttribute with MSTest

    I have a custom expected exception attribute which derives from ExpectedExceptionBaseAttribute NCrunch (1.46.0.30) is showing the test as a failure when an exception is thrown Resharper (7.3) and the VS2012 test runner both show the test as passing [code=csharp] public sealed class HttpR…