Java 类org.eclipse.xtext.conversion.impl.QualifiedNameValueConverter 实例源码

项目:xtext-core    文件:QualifiedNameValueConverterTest.java   
@Test public void testBug367949() throws Exception {
    assertEquals("org.eclipse.create", get(QualifiedNameValueConverter.class).toValue("org.eclipse.^create", null));
}