@Test
public void testFile1() {
IDocument doc = FileToDocUtility.getDocument(System.getProperty("user.dir") + "/resources/testfiles/test1.json");
doc.addPositionCategory(JSON_ELEMENTS);
JsonTextOutlineParser jtop = new JsonTextOutlineParser(doc);
JsonElement top = (JsonElement) jtop.parse();
Assert.assertEquals(4, top.getChildren().size());