Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cpputest/cpputest
/ runTestWithMethod
Method
runTestWithMethod
src/CppUTest/TestTestingFixture.cpp:117–121 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
115
}
116
117
void TestTestingFixture::runTestWithMethod(void(*method)())
118
{
119
setTestFunction(method);
120
runAllTests();
121
}
122
123
void TestTestingFixture::runAllTests()
124
{
Callers
4
TEST
Function · 0.80
TEST
Function · 0.80
TEST
Function · 0.80
TEST
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected