Ejemplo n.º 1
0
        public GrammarModel Compile(Fixture fixture, CellHandling cells)
        {
            _cells = _comparison.BuildCells(cells, fixture);

            return(new SetVerification
            {
                title = _title,
                cells = _cells,
                collection = _leafName,
                ordered = _ordered
            });
        }