selectionLayer.setSelectedCell(1, 1);
testConfigRegistry = new ConfigRegistry();
testConfigRegistry.registerConfigAttribute(
TickUpdateConfigAttributes.UPDATE_HANDLER,
new TickUpdateHandlerFixture());
testConfigRegistry.registerConfigAttribute(
EditConfigAttributes.CELL_EDITABLE_RULE,
IEditableRule.ALWAYS_EDITABLE);
registerCellStyleAccumulators(bodyDataLayer);