Class Terminator¶
Defined in File Terminator.hpp
Inheritance Relationships¶
Derived Types¶
public mu::tiny::test::NormalTerminator(Class NormalTerminator)public mu::tiny::test::TerminatorWithoutExceptions(Class TerminatorWithoutExceptions)
Class Documentation¶
-
class Terminator¶
[source] Abstract strategy for exiting a failing test.
Implement exit_current_test() to control how the framework stops the currently running test (throw, longjmp, crash, etc.).
Subclassed by mu::tiny::test::NormalTerminator, mu::tiny::test::TerminatorWithoutExceptions