// + " long=" + testfs.getLongValue(longFeature)
// + " short=" + testfs.getShortValue(shortFeature));
assertTrue(1+i == testfs.getDoubleValue(doubleFeature));
assertTrue(5-i == testfs.getLongValue(longFeature));
assertTrue(1+i == testfs.getShortValue(shortFeature));
iter.moveToNext();
}
}
// public void testUimaTypeSystem2Ecore() throws Exception