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

Function commonTestQMapOrMultiMapInt

plugins/gdb/unittests/test_gdbprinters.cpp:484–491  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

482}
483
484void commonTestQMapOrMultiMapInt(MapTester& tester)
485{
486 tester.initializeKeyAndValueTypes("int", "int");
487 RETURN_IF_TEST_RESOLVED();
488 const QStringList expectedElements{"[10] = 100", "[20] = 200", "[30] = 300"};
489 commonTestQMapOrMultiMap(tester, expectedElements);
490 RETURN_IF_TEST_RESOLVED();
491}
492
493void commonTestQMapOrMultiMapString(MapTester& tester)
494{

Callers 2

testQMapIntMethod · 0.85
testQMultiMapIntMethod · 0.85

Calls 2

commonTestQMapOrMultiMapFunction · 0.85

Tested by

no test coverage detected