| 83 | } |
| 84 | |
| 85 | TestEngine::TestResponse TestStaticSimple::getForcedFile(const QString &path, |
| 86 | const Headers &headers) |
| 87 | { |
| 88 | return m_engineDirsOnly->createRequest("GET", path, {}, headers, nullptr); |
| 89 | } |
| 90 | |
| 91 | bool TestStaticSimple::writeTestFile(const QString &name) |
| 92 | { |
nothing calls this directly
no test coverage detected