use of org.kie.workbench.common.screens.defaulteditor.service.DefaultEditorContent in project kie-wb-common by kiegroup.
the class PomEditorServiceImplTest method testLoad.
@Test
public void testLoad() {
final DefaultEditorContent content = service.loadContent(pomPath);
assertNotNull(content);
assertEquals(this.content, content);
}
Aggregations