Example #1
0
 public void MoveUpWhenAmountIsCurrentRow()
 {
     GenericCaretTest(1, 0, () => _caret.MoveUp(1), 0, 0);
 }