Class UnexpectedExceptionFailure¶
Defined in File Failure.hpp
Inheritance Relationships¶
Base Type¶
public mu::tiny::test::Failure(Class Failure)
Class Documentation¶
-
class UnexpectedExceptionFailure : public mu::tiny::test::Failure¶
[source] Failure reported when a test body throws an unexpected exception.
is_error() returns true for this subclass because it represents an unhandled exception rather than a deliberate assertion.
Only available when MUTINY_HAVE_EXCEPTIONS is 1.