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

Method testCompletionPriority

plugins/clang/tests/test_codecompletion.cpp:1246–1252  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1244}
1245
1246void TestCodeCompletion::testCompletionPriority()
1247{
1248 QFETCH(QString, code);
1249 QFETCH(CompletionPriorityItems, expectedItems);
1250
1251 executeCompletionPriorityTest(code, expectedItems);
1252}
1253
1254void TestCodeCompletion::testCompletionPriority_data()
1255{

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected