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

Function commonTestQMapOrMultiMapString

plugins/gdb/unittests/test_gdbprinters.cpp:493–500  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

491}
492
493void commonTestQMapOrMultiMapString(MapTester& tester)
494{
495 tester.initializeKeyAndValueTypes("QString", "QString");
496 RETURN_IF_TEST_RESOLVED();
497 const QStringList expectedElements{"[\"10\"] = \"100\"", "[\"20\"] = \"200\"", "[\"30\"] = \"300\""};
498 commonTestQMapOrMultiMap(tester, expectedElements);
499 RETURN_IF_TEST_RESOLVED();
500}
501
502void commonTestQMapOrMultiMapStringBool(MapTester& tester)
503{

Callers 2

testQMapStringMethod · 0.85
testQMultiMapStringMethod · 0.85

Calls 2

commonTestQMapOrMultiMapFunction · 0.85

Tested by

no test coverage detected