6061626364656667
@BeforeMethod public void init() { MockitoAnnotations.initMocks(this); algorithm = new AbbreviatingTableLabelingAlgorithm(); model = new MockTableModel(identifiers, algorithm); table = new LabeledTable(model); }