コード例 #1
0
ファイル: CommandTest.cs プロジェクト: chriscwej/robot
        public void TestCommandPlaceCanExecuteValid()
        {
            Robot robot   = new Robot(2);
            var   command = new PlaceCommand();

            Assert.IsTrue(command.CanExecute(robot));
        }