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

Method testQMapInt

plugins/gdb/unittests/test_gdbprinters.cpp:513–520  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

511} // unnamed namespace
512
513void QtPrintersTest::testQMapInt()
514{
515 GdbProcess gdb("debuggee_qmapint");
516 gdb.execute("break qmapint.cpp:5");
517 MapTester tester(gdb, MapTester::MapType::Unique);
518 commonTestQMapOrMultiMapInt(tester);
519 RETURN_IF_TEST_RESOLVED();
520}
521
522void QtPrintersTest::testQMapString()
523{

Callers

nothing calls this directly

Calls 2

executeMethod · 0.45

Tested by

no test coverage detected