Ejemplo n.º 1
0
 public void Bind_PutPutOverSelection_WithCaretMoveViaP()
 {
     Create("");
     _commandUtil.SetupCommandVisual(VisualCommand.NewPutOverSelection(true));
     _mode.Process("gP");
     _commandUtil.Verify();
 }
Ejemplo n.º 2
0
 public void Bind_PutOverSelectio_ViaP()
 {
     Create("");
     _commandUtil.SetupCommandVisual(VisualCommand.NewPutOverSelection(false));
     _mode.Process('P');
     _commandUtil.Verify();
 }