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

Function verifyBreakpointExpression

kdevplatform/debugger/tests/test_breakpoint.cpp:65–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63}
64
65void verifyBreakpointExpression(const Breakpoint& breakpoint, const QString& expression)
66{
67 QCOMPARE(breakpoint.url(), {});
68 QCOMPARE(breakpoint.line(), -1);
69 QCOMPARE(breakpoint.expression(), expression);
70}
71
72void verifyBreakpointLocation(const Breakpoint& breakpoint, const BreakpointLocation& location)
73{

Callers 3

testSetDataExpressionMethod · 0.85
testConfigInvalidUrlMethod · 0.85

Calls 3

urlMethod · 0.45
lineMethod · 0.45
expressionMethod · 0.45

Tested by

no test coverage detected