MCPcopy Create free account
hub / github.com/KDAB/GammaRay / SelfTestTest

Class SelfTestTest

tests/selftesttest.cpp:24–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22using namespace GammaRay;
23
24class SelfTestTest : public QObject
25{
26 Q_OBJECT
27private slots:
28 static void runSelfTest()
29 {
30 Paths::setRelativeRootPath(GAMMARAY_INVERSE_BIN_DIR);
31 SelfTest selfTest;
32 QVERIFY(selfTest.checkEverything());
33 }
34};
35
36QTEST_MAIN(SelfTestTest)
37

Callers

nothing calls this directly

Calls 2

setRelativeRootPathFunction · 0.85
checkEverythingMethod · 0.80

Tested by

no test coverage detected