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

Method initTestCase

tests/testlangselect.cpp:69–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67};
68
69void TestLangselect::initTestCase()
70{
71 m_engine = getEngine();
72 QVERIFY(m_engine);
73}
74
75TestEngine *TestLangselect::getEngine()
76{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected