https://bugzilla.novell.com/show_bug.cgi?id=361689
User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=361689#c7 --- Comment #7 from Zoltan Varga <[EMAIL PROTECTED]> 2008-03-03 18:21:51 MST --- Btw, nunit has an ExpectedException attribute for this purpose, i.e: [ExpectedException (typeof (TypeLoadException))] public void CreateTypeFailsWithInvalidMethodOverride () so the try+catch+assert is not needed. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
