Пример #1
0
void TestTerminatorWithoutExceptions::exitCurrentTest() const
{
    PlatformSpecificLongJmp();
} // LCOV_EXCL_LINE
Пример #2
0
void UtestShell::exitCurrentTestWithoutException()
{
	PlatformSpecificLongJmp();
}