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

Method testImplement

plugins/clang/tests/test_codecompletion.cpp:813–819  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

811
812
813void TestCodeCompletion::testImplement()
814{
815 QFETCH(QString, code);
816 QFETCH(CompletionItems, expectedItems);
817
818 executeCompletionTest(code, expectedItems, ClangCodeCompletionContext::NoClangCompletion);
819}
820
821void TestCodeCompletion::testImplement_data()
822{

Callers

nothing calls this directly

Calls 1

executeCompletionTestFunction · 0.85

Tested by

no test coverage detected