MCPcopy Create free account
hub / github.com/defold/defold / TEST

Function TEST

engine/dlib/src/test/test_pprint.cpp:21–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19#include "../dlib/pprint.h"
20
21TEST(dmPPrint, Init)
22{
23 char buf[1024];
24 dmPPrint::Printer p(buf, sizeof(buf));
25 ASSERT_STREQ("", buf);
26}
27
28TEST(dmPPrint, Simple)
29{

Callers

nothing calls this directly

Calls 2

PrintfMethod · 0.80
SetIndentMethod · 0.80

Tested by

no test coverage detected