Exemplo n.º 1
0
        public static SequenceNode GetAnyTree()
        {
            var parser = GetParserForTest(PexChoose.EnumValue <ErrorMode>("errorMode"), true, PexChoose.EnumValue <BBTagClosingStyle>("listItemBBTagClosingStyle"), false);

            return(CreateRootNode(parser.Tags.ToArray()));
        }