assertFalse(selection.contains(x, y));
assertEquals(Cursor.getDefaultCursor(),
selection.getCursorForPosition(x, y));
// These methods have no effect, just check they don't throw
// exceptions
selection.startDragging(x, y);
selection.stopDragging(x, y);
selection.cancelDragging();
selection.updatePosition(x, y);
selection.draw(drawingContext);
selection.updateDimensions();