Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cutelyst/cutelyst
/ initTestCase
Method
initTestCase
tests/testrequest.cpp:360–364 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
358
};
359
360
void TestRequest::initTestCase()
361
{
362
m_engine = getEngine();
363
QVERIFY(m_engine);
364
}
365
366
TestEngine *TestRequest::getEngine()
367
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected