MCPcopy Create free account
hub / github.com/KDE/kdevelop / testConfigValidUrl

Method testConfigValidUrl

kdevplatform/debugger/tests/test_breakpoint.cpp:213–224  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

211}
212
213void TestBreakpoint::testConfigValidUrl()
214{
215 QFETCH(const QString, location);
216
217 const BreakpointLocation expectedLocation(location);
218 RETURN_IF_TEST_FAILED();
219 const auto config = generateBreakpointConfig(expectedLocation);
220
221 const Breakpoint b(nullptr, config);
222
223 verifyBreakpointLocation(b, expectedLocation);
224}
225
226#include "moc_test_breakpoint.cpp"

Callers

nothing calls this directly

Calls 2

generateBreakpointConfigFunction · 0.85
verifyBreakpointLocationFunction · 0.85

Tested by

no test coverage detected