343536373839404142
public class FitCellTest { private FitCell c; @Before public void setUp() throws Exception { RestFixtureTestHelper helper = new RestFixtureTestHelper(); Parse p = helper.createSingleRowFitTable("justone"); c = new FitCell(p.parts.parts); }