Пример #1
0
        public void ShouldParseReportCommand()
        {
            var command = ReportCommand.Parse("REPORT");

            Assert.NotNull(command);
        }