Assert.assertEquals(6, rowHideShowLayer.getRowIndexByPosition(6));
}
@Test
public void showRowPositions() throws Exception {
rowHideShowLayer = new RowHideShowLayerFixture(new DataLayerFixture(2,
10, 100, 20));
assertEquals(10, rowHideShowLayer.getRowCount());
rowHideShowLayer.hideRowPositions(Arrays.asList(3, 4, 5));