Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cutelyst/cutelyst
/ initTestCase
Method
initTestCase
tests/testcontext.cpp:127–131 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
125
};
126
127
void TestContext::initTestCase()
128
{
129
m_engine = getEngine();
130
QVERIFY(m_engine);
131
}
132
133
TestEngine *TestContext::getEngine()
134
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected