Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cpputest/cpputest
/ TEST
Function
TEST
examples/AllTests/HelloTest.cpp:56–60 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
54
};
55
56
TEST(HelloWorld, PrintOk)
57
{
58
printHelloWorld();
59
STRCMP_EQUAL(
"Hello World!\n"
, buffer->asCharString());
60
}
Callers
nothing calls this directly
Calls
2
printHelloWorld
Function · 0.85
asCharString
Method · 0.80
Tested by
no test coverage detected