Do you think that this is a good way for testing exceptions? Any suggestions?
Exception exception = null; try{ //I m sure that an exeption will happen he
Mark the test with the ExpectedExceptionAttribute (this is the term in NUnit or MSTest; users of other unit testing frameworks may need to translate).