Add support for specialized excepted exception custom attributes in MSTest
If you decorate a unit test with the ExpectedExceptionAttribute in MSTest, it handles it correctly. However, if you derive from ExpectedExceptionBaseAttribute in your own custom attribute to make a more specialized implementation, NCrunch and Visual Studio disagree about whether the test passed.
1
vote

-
Daniel Henry commented
"Specialized *expected* exception custom attributes". Sorry for the spelling error.