one(tableAxis).getColumnWidth(1);
will(returnValue(80));
}
});
final TableRowLayout layout = new TableRowLayout(tableAxis);
layout.layout(row, new Size(200, 200));
mockery.assertIsSatisfied();
Assert.assertEquals(new Size(80, 10), cell1.getSize());
Assert.assertEquals(new Size(80, 10), cell2.getSize());