Package org.auraframework.docs

Examples of org.auraframework.docs.ApiContentsModel


    /**
     * Verifies generated jsdoc JSON file is loaded and contains list of jsdoc
     * items.
     */
    public void testLoadJavaScriptApi() {
        List<TreeNode> jsDocTreeNodes = new ApiContentsModel().getNodes();
        assertTrue("No jsdoc nodes loaded from generated JSON file.", jsDocTreeNodes.size() > 0);
    }
View Full Code Here

TOP

Related Classes of org.auraframework.docs.ApiContentsModel

Copyright © 2018 www.massapicom. 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.