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