MCPcopy Create free account
hub / github.com/ElyPrismLauncher/Launcher / initTestCase

Method initTestCase

tests/Library_test.cpp:72–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70 }
71 private slots:
72 void initTestCase()
73 {
74 cache.reset(new HttpMetaCache());
75 cache->addBase("libraries", QDir("libraries").absolutePath());
76 dataDir = QDir(QFINDTESTDATA("testdata/Libraries")).absolutePath();
77 }
78 void test_legacy()
79 {
80 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