def setUp(self):
     self.table = etree.XML(TABLE_10x10)
     self.tablecells = TableCellAccessor(self.table)
     self.span_controller = CellSpanController(self.tablecells)