Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cutelyst/cutelyst
/ initTestCase
Method
initTestCase
tests/testresponse.cpp:228–232 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
226
};
227
228
void TestResponse::initTestCase()
229
{
230
m_engine = getEngine();
231
QVERIFY(m_engine);
232
}
233
234
TestEngine *TestResponse::getEngine()
235
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected