Exemple #1
0
        public void SetupCell()
        {
            RestFixtureTestHelper helper = new RestFixtureTestHelper();
            Parse table = helper.createSingleRowFitTable("justone");

            _cell = new FitCell(table.Parts.Parts);
        }