use of com.sldeditor.ui.detail.config.featuretypeconstraint.FeatureTypeConstraintModel in project sldeditor by robward-scisys.
the class FeatureTypeConstraintModelTest method testGetColumnNameInt.
/**
* Test method for
* {@link com.sldeditor.ui.detail.config.featuretypeconstraint.FeatureTypeConstraintModel#getColumnName(int)}.
*/
@Test
public void testGetColumnNameInt() {
FeatureTypeConstraintModel model = new FeatureTypeConstraintModel(null);
assertTrue(model.getColumnName(0).compareTo(Localisation.getString(FieldConfigBase.class, "FeatureTypeConstraintModel.name")) == 0);
}
Aggregations