| 811 | |
| 812 | |
| 813 | void TestCodeCompletion::testImplement() |
| 814 | { |
| 815 | QFETCH(QString, code); |
| 816 | QFETCH(CompletionItems, expectedItems); |
| 817 | |
| 818 | executeCompletionTest(code, expectedItems, ClangCodeCompletionContext::NoClangCompletion); |
| 819 | } |
| 820 | |
| 821 | void TestCodeCompletion::testImplement_data() |
| 822 | { |
nothing calls this directly
no test coverage detected