Пример #1
0
                public void Should_return_true_if_the_first_words_of_the_arguments_exactly_match_the_command_words()
                {
                    var result = new SimpleCommand().IsMatch(new[] { "simple", "command", "woot" });

                    result.ShouldBeTrue();
                }