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

Method testSetDataExpression

kdevplatform/debugger/tests/test_breakpoint.cpp:157–165  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

155}
156
157void TestBreakpoint::testSetDataExpression()
158{
159 QFETCH(const QString, expression);
160
161 Breakpoint b(nullptr, Breakpoint::CodeBreakpoint);
162 b.setData(Breakpoint::LocationColumn, expression);
163
164 verifyBreakpointExpression(b, expression);
165}
166
167void TestBreakpoint::testSetDataUrlAndLine_data()
168{

Callers

nothing calls this directly

Calls 2

setDataMethod · 0.45

Tested by

no test coverage detected