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

Method testClangCodeCompletion

plugins/clang/tests/test_codecompletion.cpp:348–354  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

346}
347
348void TestCodeCompletion::testClangCodeCompletion()
349{
350 QFETCH(QString, code);
351 QFETCH(CompletionItems, expectedItems);
352
353 executeCompletionTest(code, expectedItems);
354}
355
356void TestCodeCompletion::testClangCodeCompletion_data()
357{

Callers

nothing calls this directly

Calls 1

executeCompletionTestFunction · 0.85

Tested by

no test coverage detected