| 70 | } |
| 71 | |
| 72 | void 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 |
no test coverage detected