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

Method testQMapStringBool

plugins/gdb/unittests/test_gdbprinters.cpp:531–538  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

529}
530
531void QtPrintersTest::testQMapStringBool()
532{
533 GdbProcess gdb("debuggee_qmapstringbool");
534 gdb.execute("break qmapstringbool.cpp:6");
535 MapTester tester(gdb, MapTester::MapType::Unique);
536 commonTestQMapOrMultiMapStringBool(tester);
537 RETURN_IF_TEST_RESOLVED();
538}
539
540// NOTE: the QMultiMap test functions below rely on the following guarantee in the QMultiMap documentation:
541// the items that share the same key are available from most recently to least recently inserted.

Callers

nothing calls this directly

Calls 2

executeMethod · 0.45

Tested by

no test coverage detected