MCPcopy Create free account
hub / github.com/cpputest/cpputest / TestTerminatorWithoutExceptions

Class TestTerminatorWithoutExceptions

include/CppUTest/Utest.h:76–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74};
75
76class TestTerminatorWithoutExceptions : public TestTerminator
77{
78public:
79 virtual void exitCurrentTest() const _override;
80 virtual ~TestTerminatorWithoutExceptions() _destructor_override;
81};
82
83//////////////////// UtestShell
84

Calls

no outgoing calls