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

Method testConfigInvalidUrl

kdevplatform/debugger/tests/test_breakpoint.cpp:200–211  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

198}
199
200void TestBreakpoint::testConfigInvalidUrl()
201{
202 QFETCH(const QString, expression);
203
204 const BreakpointLocation location(expression);
205 RETURN_IF_TEST_FAILED();
206 const auto config = generateBreakpointConfig(location);
207
208 const Breakpoint b(nullptr, config);
209
210 verifyBreakpointExpression(b, "");
211}
212
213void TestBreakpoint::testConfigValidUrl()
214{

Callers

nothing calls this directly

Calls 2

generateBreakpointConfigFunction · 0.85

Tested by

no test coverage detected