MCPcopy Create free account
hub / github.com/FreesmTeam/FreesmLauncher / initTestCase

Method initTestCase

tests/Library_test.cpp:69–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67 }
68 private slots:
69 void initTestCase()
70 {
71 cache.reset(new HttpMetaCache());
72 cache->addBase("libraries", QDir("libraries").absolutePath());
73 dataDir = QDir(QFINDTESTDATA("testdata/Library")).absolutePath();
74 }
75 void test_legacy()
76 {
77 RuntimeContext r = dummyContext();

Callers

nothing calls this directly

Calls 3

addBaseMethod · 0.80
QDirClass · 0.50
resetMethod · 0.45

Tested by

no test coverage detected