Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cpputest/cpputest
/ exec
Method
exec
src/CppUTest/Utest.cpp:698–702 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
696
}
697
698
void ExecFunctionWithoutParameters::exec()
699
{
700
if (testFunction_)
701
testFunction_();
702
}
703
704
//////////////////// ExecFunctionTest
705
Callers
1
testBody
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected