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

Method testReplaceMemberAccess

plugins/clang/tests/test_codecompletion.cpp:585–591  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

583}
584
585void TestCodeCompletion::testReplaceMemberAccess()
586{
587 QFETCH(QString, code);
588 QFETCH(CompletionItems, expectedItems);
589
590 executeMemberAccessReplacerTest(code, expectedItems);
591}
592
593void TestCodeCompletion::testReplaceMemberAccess_data()
594{

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected