}
@Test
public void testIsCellEditableWithSingleSelection() {
this.selectionLayer.selectCell(1, 1, false, false);
PositionCoordinate coord = new PositionCoordinate(this.selectionLayer, 1, 1);
assertFalse(EditUtils.isCellEditable(this.selectionLayer,
this.natTable.getConfigRegistry(), coord));
}