@Test
public void testEditorRegisteredInActiveCellEditorRegistry() {
natTable.enableEditingOnAllCells();
ILayerCell cell = natTable.getCellByPosition(4, 4);
natTable.doCommand(new EditCellCommand(natTable, natTable
.getConfigRegistry(), cell));
assertNotNull(natTable.getActiveCellEditor());
assertNotNull(ActiveCellEditorRegistry.getActiveCellEditor());
assertEquals(natTable.getActiveCellEditor(),