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

Function verifyBreakpointLocation

kdevplatform/debugger/tests/test_breakpoint.cpp:72–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70}
71
72void verifyBreakpointLocation(const Breakpoint& breakpoint, const BreakpointLocation& location)
73{
74 QCOMPARE(breakpoint.url(), location.url);
75 QCOMPARE(breakpoint.line(), location.line);
76 QCOMPARE(breakpoint.expression(), "");
77}
78
79} // unnamed namespace
80

Callers 2

testSetDataUrlAndLineMethod · 0.85
testConfigValidUrlMethod · 0.85

Calls 3

urlMethod · 0.45
lineMethod · 0.45
expressionMethod · 0.45

Tested by

no test coverage detected