Verify that expr throws the templated Exception class. This succeeds if the expression throws a child class of the template parameter.
UnitTestException on failure (when expr does not throw the expected exception)
See Implementation
Verify that expr throws the templated Exception class. This succeeds if the expression throws a child class of the template parameter.