Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cpputest/cpputest
/ runOneTest
Method
runOneTest
tests/CppUTest/TestRegistryTest.cpp:45–48 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
43
{
44
}
45
virtual void runOneTest(TestPlugin*, TestResult&)
46
{
47
hasRun_ = true;
48
}
49
50
bool hasRun_;
51
};
Callers
1
TEST
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected