MCPcopy Create free account
hub / github.com/cutelyst/cutelyst / initTestCase

Method initTestCase

tests/teststatusmessage.cpp:113–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111};
112
113void TestStatusMessage::initTestCase()
114{
115 m_engine = getEngine();
116 QVERIFY(m_engine);
117}
118
119TestEngine *TestStatusMessage::getEngine()
120{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected