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

Method setTestCases

plugins/filetemplates/testcasespage.cpp:44–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44void TestCasesPage::setTestCases(const QStringList& testCases)
45{
46 d->ui->keditlistwidget->setItems(testCases);
47}
48
49QStringList TestCasesPage::testCases() const
50{

Callers

nothing calls this directly

Calls 1

setItemsMethod · 0.45

Tested by

no test coverage detected