SRT Solutions

Blogs

Browse by Tags

Sorry, but there are no more tags available to filter with.
  • 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 that I decided to do something better. Unsurprisingly, I'm not the first one to have this thought;...
    Posted to //TODO (Weblog) by cmarinos on Fri, Jun 6 2008

In our last colurm, we wrote about how technical mentors can benefit companies ( Ann Arbor Business Review, May 22, 2008 ). In this installment, we're...