Search in sources :

Example 1 with DefaultEditorContent

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);
}
Also used : DefaultEditorContent(org.kie.workbench.common.screens.defaulteditor.service.DefaultEditorContent) Test(org.junit.Test)

Aggregations

Test (org.junit.Test)1 DefaultEditorContent (org.kie.workbench.common.screens.defaulteditor.service.DefaultEditorContent)1