Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cpputest/cpputest
/ MyOwnTest
Function
MyOwnTest
tests/CppUTest/UtestTest.cpp:332–335 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
330
TEST_BASE(MyOwnTest)
331
{
332
MyOwnTest() :
333
inTest(false)
334
{
335
}
336
bool inTest;
337
338
void setup()
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected