Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cpputest/cpputest
/ TEST
Function
TEST
scripts/CppUnitTemplates/ClassNameCMultipleInstanceTest.cpp:31–35 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
29
};
30
31
TEST(ClassName, Fake)
32
{
33
aClassName->virtualFunction_renameThis(aClassName);
34
LONGS_EQUAL(1, fakeRan);
35
}
36
37
TEST(ClassName, Create)
38
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected