Exemplo n.º 1
0
 public static IRule[] Rules()
 {
     return(new IRule[0]
            .Concat(Part1Chapter06.Rules())
            .Concat(Part1Chapter07.Rules())
            .Concat(Part1Chapter08.Rules())
            .Concat(Part1Chapter09.Rules())
            .Concat(Part1Chapter10.Rules())
            .Concat(Part1Chapter11.Rules())
            .Concat(Part1Chapter12.Rules())
            .Concat(Part1Chapter13.Rules())
            .Concat(Part1Chapter14.Rules())
            .Concat(Part1Chapter15.Rules())
            .Concat(Part1Chapter17.Rules())
            .Concat(Part1Chapter18.Rules())
            .Concat(Part1Chapter19.Rules())
            .Concat(Part1Chapter22.Rules())
            .Concat(Part1Chapter23.Rules())
            .Concat(Part1Chapter24.Rules())
            .Concat(Part1Chapter27.Rules())
            .ToArray());
 }
Exemplo n.º 2
0
 public void Test(RuleContextTest ruleTest)
 {
     TestRules(Part1Chapter09.Rules(), ruleTest);
 }