Exemple #1
0
        public void Put_PerformCommand_NoParameters()
        {
            IResult result = command.PerformCommand(performer.Object, mockCommand.Object);

            Assert.IsTrue(result.AllowAnotherCommand);
            Assert.AreEqual("Put [Item Name] [Container]", result.ResultMessage);
        }