use of com.sldeditor.ui.detail.config.featuretypeconstraint.ExtentModel in project sldeditor by robward-scisys.
the class ExtentModelTest method testIsCellEditable.
/**
* Test method for
* {@link com.sldeditor.ui.detail.config.featuretypeconstraint.ExtentModel#isCellEditable(int, int)}.
*/
@Test
public void testIsCellEditable() {
ExtentModel model = new ExtentModel(null);
assertTrue(model.isCellEditable(0, 0));
}
Aggregations