(point: Plottable.Point, mode: TestMethods.InteractionMode = TestMethods.InteractionMode.Mouse)
| 57 | } |
| 58 | |
| 59 | function clickPoint(point: Plottable.Point, mode: TestMethods.InteractionMode = TestMethods.InteractionMode.Mouse) { |
| 60 | clickPointWithMove(point, point, mode); |
| 61 | } |
| 62 | |
| 63 | function clickPointWithMove(clickStartPoint: Plottable.Point, |
| 64 | clickEndPoint: Plottable.Point, |
no test coverage detected