assertEquals(12, i);
}
@Test
public void saveStateForMultipleLabels() throws Exception {
CellStyleFixture style1 = new CellStyleFixture(
HorizontalAlignmentEnum.LEFT);
CellStyleFixture style2 = new CellStyleFixture(
HorizontalAlignmentEnum.RIGHT);
handlerUnderTest.stylesToPersist.put("label1", style1);
handlerUnderTest.stylesToPersist.put("label2", style2);