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

Method initTestCase

tests/testactionrest.cpp:83–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81};
82
83void TestActionREST::initTestCase()
84{
85 m_engine = getEngine();
86 QVERIFY(m_engine);
87}
88
89TestEngine *TestActionREST::getEngine()
90{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected