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

Function helperDoRunOneTestInCurrentProcess

src/CppUTest/Utest.cpp:109–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107 };
108
109 static void helperDoRunOneTestInCurrentProcess(void* data)
110 {
111 HelperTestRunInfo* runInfo = (HelperTestRunInfo*) data;
112
113 UtestShell* shell = runInfo->shell_;
114 TestPlugin* plugin = runInfo->plugin_;
115 TestResult* result = runInfo->result_;
116
117 shell->runOneTestInCurrentProcess(plugin, *result);
118 }
119
120 static void helperDoRunOneTestSeperateProcess(void* data)
121 {

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected