Examples of XdocFile


Examples of org.eclipse.xtext.xdoc.xdoc.XdocFile

    validate("codeRefTest.html", name(file.getMainSection()));
  }

  @Override
  public void testComment() throws Exception {
    XdocFile file = pTest.getDocFromFile(ParserTest.TEST_FILE_DIR + "commentTest.xdoc");
    generate(file.getMainSection());
    assertGenerated(file.getMainSection());
    validate("commentTest.html", name(file.getMainSection()));
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.