testConfigRegistry.registerConfigAttribute(
EditConfigAttributes.CELL_EDITOR,
new ComboBoxCellEditor(Arrays.asList("")), EDIT,
"COMBO_BOX_EDITOR_LABEL");
testConfigRegistry.registerConfigAttribute(
EditConfigAttributes.CELL_EDITOR, new TextCellEditor(), EDIT,
"TEXT_BOX_EDITOR_LABEL");
assertEquals("[1, 1]", selectionLayer.getDataValueByPosition(1, 1));
assertEquals("[2, 1]", selectionLayer.getDataValueByPosition(2, 1));