MCPcopy 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
56TEST(HelloWorld, PrintOk)
57{
58 printHelloWorld();
59 STRCMP_EQUAL("Hello World!\n", buffer->asCharString());
60}

Callers

nothing calls this directly

Calls 2

printHelloWorldFunction · 0.85
asCharStringMethod · 0.80

Tested by

no test coverage detected