Comment 5 for bug 532536

Revision history for this message
Charlie Poole (charlie.poole) wrote :

For NUnit 3.0 we should re-address this. Options...

1) Allow multiple ExpectedExceptionAttributes on a method, where any of the given exceptions satisfies the test
2) Verify that only one ExpectedException is present and give an error if there are more

This may apply to other attributes as well.