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