MCPcopy Create free account
hub / github.com/KDE/kdevelop / testQMapString

Method testQMapString

plugins/gdb/unittests/test_gdbprinters.cpp:522–529  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

520}
521
522void QtPrintersTest::testQMapString()
523{
524 GdbProcess gdb("debuggee_qmapstring");
525 gdb.execute("break qmapstring.cpp:6");
526 MapTester tester(gdb, MapTester::MapType::Unique);
527 commonTestQMapOrMultiMapString(tester);
528 RETURN_IF_TEST_RESOLVED();
529}
530
531void QtPrintersTest::testQMapStringBool()
532{

Callers

nothing calls this directly

Calls 2

executeMethod · 0.45

Tested by

no test coverage detected