| 346 | } |
| 347 | |
| 348 | void TestCodeCompletion::testClangCodeCompletion() |
| 349 | { |
| 350 | QFETCH(QString, code); |
| 351 | QFETCH(CompletionItems, expectedItems); |
| 352 | |
| 353 | executeCompletionTest(code, expectedItems); |
| 354 | } |
| 355 | |
| 356 | void TestCodeCompletion::testClangCodeCompletion_data() |
| 357 | { |
nothing calls this directly
no test coverage detected