@Ignore
@Test
public void testCellModifierGetValue() throws Exception {
TreeViewer testingGetViewer = editor.testingGetViewer();
testingGetViewer.editElement(featureType.getDescriptor(0), 0);
testingGetViewer.cancelEditing();
testingGetViewer.editElement(featureType.getDescriptor(0), 1);
testingGetViewer.cancelEditing();
List<LegalAttributeTypes> types = FeatureTypeEditor.testingGetTYPES();