Exemplo n.º 1
0
        void should_build_a_parser_successfully_after_ending_command()
        {
            builder.BeginDefaultCommand().EndCommand();

            Assert.Null(Record.Exception(() => builder.Build()));
        }