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

Method testDetectProcess

tests/probeabidetectortest.cpp:36–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34 }
35
36 static void testDetectProcess()
37 {
38 ProbeABIDetector detector;
39 QVERIFY(!detector.qtCoreForProcess(QCoreApplication::applicationPid()).isEmpty());
40 const ProbeABI abi = detector.abiForProcess(QCoreApplication::applicationPid());
41 QCOMPARE(abi.id(), QStringLiteral(GAMMARAY_PROBE_ABI));
42 }
43
44 static void testContainsQtCore_data()
45 {

Callers

nothing calls this directly

Calls 4

abiForProcessMethod · 0.80
isEmptyMethod · 0.45
qtCoreForProcessMethod · 0.45
idMethod · 0.45

Tested by

no test coverage detected