[TestMethod] [ExpectedException(typeof(FormatException))] public void PassGodammit() { throw new FormatException(); }
?? driving me mad.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Make sure to check your project references after you upgrade from 2005 to 2008: for some odd reason the Upgrade Wizard does not upgrade references to
Microsoft.VisualStudio.QualityTools.UnitTestFrameworkand leaves references to version 8.0 of this assembly. Just manually add a reference to v 9.0 of this assembly.