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

Method testDisplayString

tests/probeabitest.cpp:184–191  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

182 }
183
184 static void testDisplayString()
185 {
186 QFETCH(QString, id);
187 QFETCH(QString, display);
188
189 const ProbeABI abi = ProbeABI::fromString(id);
190 QCOMPARE(abi.displayString(), display);
191 }
192
193 static void testProbeABICompat()
194 {

Callers

nothing calls this directly

Calls 1

displayStringMethod · 0.45

Tested by

no test coverage detected