| 36 | } |
| 37 | |
| 38 | QUrl existentTestUrl(const QString& filename) |
| 39 | { |
| 40 | const QString filePath = TEST_FILES_DIR "/" + filename; |
| 41 | QVERIFY_RETURN(QFileInfo::exists(filePath), QUrl{}); |
| 42 | return QUrl::fromLocalFile(filePath); |
| 43 | } |
| 44 | } |
| 45 | |
| 46 | LanguageControllerTestBase::LanguageControllerTestBase(QObject* parent) |
no outgoing calls
no test coverage detected