Class CrashingTerminator¶
Defined in File Terminator.hpp
Inheritance Relationships¶
Base Type¶
public mu::tiny::test::NormalTerminator(Class NormalTerminator)
Class Documentation¶
-
class CrashingTerminator : public mu::tiny::test::NormalTerminator¶
[source] Terminator that crashes the process on failure.
Extends NormalTerminator so that test failures also trigger a hard crash (e.g. for use with crash-dump or post-mortem debugging). Enable via Shell::set_crash_on_fail().