Forum member

DougC

2 posts

Posts by DougC

  1. Custom ExpectedExceptionBaseAttribute not treated like ExpectedExceptionAttribute

    Hi Remco, Thanks for your quick response. Unfortunately, we have too many unit tests that rely on this behavior, so it looks like NCrunch might not work for us. That's quite disappointing because I've been thoroughly impressed with your product! Best regards, Doug

  2. Custom ExpectedExceptionBaseAttribute not treated like ExpectedExceptionAttribute

    My unit tests are built using Visual Studio 2017/19/MSTest. I have a customized version of the ExpectedExceptionBaseAttribute that checks both the Exception thrown but also the Message to ensure it is the expected value. Using it looks like this: [code=csharp][TestMethod] [ExpectedExceptionM…