// SAMPLE: adding-the-decision-table
        public TablesFixture()
        {
            Title = "Using Table Grammars";

            // I'm adding the decision table programmatically
            this["decisions"] = new Decisions();
        }
Example #2
0
        // SAMPLE: adding-the-decision-table
        public TablesFixture()
        {
            Title = "Using Table Grammars";

            // I'm adding the decision table programmatically
            this["decisions"] = new Decisions();
        }