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

Examples of com.xpn.xwiki.it.selenium.framework.XWikiTestSuite


    /**
     * @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;
    }
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;
    }
View Full Code Here

TOP

Related Classes of com.xpn.xwiki.it.selenium.framework.XWikiTestSuite

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.