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

Method exitCurrentTest

src/CppUTest/Utest.cpp:657–664  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

655}
656
657void NormalTestTerminator::exitCurrentTest() const
658{
659 #if CPPUTEST_USE_STD_CPP_LIB
660 throw CppUTestFailedException();
661 #else
662 TestTerminatorWithoutExceptions().exitCurrentTest();
663 #endif
664}
665
666NormalTestTerminator::~NormalTestTerminator()
667{

Callers 2

failWithMethod · 0.45
exitTestMethod · 0.45

Tested by

no test coverage detected