コード例 #1
0
 public void Bind_SwitchMode_Command()
 {
     Create("");
     _commandUtil.SetupCommandNormal(NormalCommand.NewSwitchMode(ModeKind.Command, ModeArgument.FromVisual));
     _mode.Process(":");
     _commandUtil.Verify();
 }