Package com.xpn.xwiki.it.selenium.framework

Examples of com.xpn.xwiki.it.selenium.framework.XWikiTestSuite.addTestSuite()


     * @return the suit of tests containing all the test cases for office importer.
     */
    public static Test suite()
    {
        XWikiTestSuite suite = new XWikiTestSuite("Tests importing of standard document types");
        suite.addTestSuite(StandardDocumentImportTest.class, AlbatrossSkinExecutor.class);
        return suite;
    }
   
    /**
     * Test importing of all standard document types.
View Full Code Here


     * @return the suit of tests containing all the test cases for office importer.
     */
    public static Test suite()
    {
        XWikiTestSuite suite = new XWikiTestSuite("Tests importing of standard document types");
        suite.addTestSuite(StandardDocumentImportTest.class, AlbatrossSkinExecutor.class);
        return suite;
    }
   
    /**
     * Test importing of all standard document types.
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.