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

Method initTestCase

tests/testvalidator.cpp:1225–1229  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1223};
1224
1225void TestValidator::initTestCase()
1226{
1227 m_engine = getEngine();
1228 QVERIFY(m_engine);
1229}
1230
1231TestEngine *TestValidator::getEngine()
1232{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected