MCPcopy Create free account
hub / github.com/IChooseYou/Reclass / testFmtPointer64_null

Method testFmtPointer64_null

tests/test_format.cpp:31–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29 }
30
31 void testFmtPointer64_null() {
32 QCOMPARE(fmt::fmtPointer64(0), QString("-> NULL"));
33 }
34
35 void testFmtPointer64_nonNull() {
36 QString s = fmt::fmtPointer64(0x400000);

Callers

nothing calls this directly

Calls 1

fmtPointer64Function · 0.85

Tested by

no test coverage detected