public void MoveDownWhenAmountIsRowsBelowCurrent() { GenericCaretTest(0, 0, () => _caret.MoveDown(2), 2, 0); }