MCPcopy 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
360void TestRequest::initTestCase()
361{
362 m_engine = getEngine();
363 QVERIFY(m_engine);
364}
365
366TestEngine *TestRequest::getEngine()
367{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected