Пример #1
0
        public void CorrectStringOfReportCommandShouldReturnReportCommand()
        {
            var reportCommandInList = Commands.GenerateOutputListOfCommands(new List <string>()
            {
                "PLACE 2,4, South report"
            });
            ReportCommand actualReportCommand = new ReportCommand();

            Assert.IsTrue(reportCommandInList[1].CommandAsType.GetType().Equals(actualReportCommand.GetType()));
        }