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

Method testKindSetDataExpression

kdevplatform/debugger/tests/test_breakpoint.cpp:108–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106}
107
108void TestBreakpoint::testKindSetDataExpression()
109{
110 QFETCH(const Breakpoint::BreakpointKind, kind);
111 QFETCH(const QString, expression);
112
113 Breakpoint b(nullptr, kind);
114 b.setData(Breakpoint::LocationColumn, expression);
115
116 verifyBreakpointExpression(b, expression);
117}
118
119void TestBreakpoint::testConfigInvalidUrl_data()
120{

Callers

nothing calls this directly

Calls 2

setDataMethod · 0.45

Tested by

no test coverage detected