Browse by Tags

Testing for Exceptions in Unit Test Frameworks
In MSTest and nUnit, the typical way to test for exceptions is by using the [ExpectedException] attribute on a test method. I've always found this to be a little annoying, but it was just recently...