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

Method initTestCase

tests/teststaticcompressed.cpp:78–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76 "gzip"};
77
78void TestStaticCompressed::initTestCase()
79{
80 QVERIFY(m_dataDir.isValid());
81 m_engine = getEngine();
82 QVERIFY(m_engine);
83 m_engineDirsOnly = getEngine(true);
84 QVERIFY(m_engineDirsOnly);
85}
86
87TestEngine *TestStaticCompressed::getEngine(bool serveDirsOnly)
88{

Callers

nothing calls this directly

Calls 1

isValidMethod · 0.45

Tested by

no test coverage detected