Package org.xwiki.test.selenium.framework

Examples of org.xwiki.test.selenium.framework.XWikiSeleniumTestSetup


        addTestCase(suite, RegularUserTest.class);
        addTestCase(suite, ImportTest.class);
        addTestCase(suite, EmbedTest.class);
        addTestCase(suite, EditInlineTest.class);

        return new XWikiSeleniumTestSetup(new XWikiTestSetup(new WysiwygTestSetup(suite)));
    }
View Full Code Here


        // Selenium tests
        TestSuite seleniumSuite = new TestSuite();

        addTestCaseSuite(seleniumSuite, LDAPAuthTest.class);

        suite.addTest(new XWikiSeleniumTestSetup(new XWikiLDAPTestSetup(seleniumSuite)));

        return new LDAPTestSetup(suite);
    }
View Full Code Here

        // TODO: fix the commented test so that they succeed on our CI server.
        // Note that the test has been tested and works well on several computers.
        // addTestCase(suite, XWikiJavaScriptComponentsTest.class);

        return new XWikiSeleniumTestSetup(new XWikiTestSetup(suite));
    }
View Full Code Here

        // Selenium tests
        TestSuite seleniumSuite = new TestSuite();

        addTestCaseSuite(seleniumSuite, LDAPAuthTest.class);

        suite.addTest(new XWikiSeleniumTestSetup(new XWikiLDAPTestSetup(seleniumSuite)));

        return new LDAPTestSetup(suite);
    }
View Full Code Here

        // TODO: fix the commented test so that they succeed on our CI server.
        // Note that the test has been tested and works well on several computers.
        // addTestCase(suite, XWikiJavaScriptComponentsTest.class);

        return new XWikiSeleniumTestSetup(new XWikiTestSetup(suite));
    }
View Full Code Here

        addTestCase(suite, RegularUserTest.class);
        addTestCase(suite, ImportTest.class);
        addTestCase(suite, EmbedTest.class);
        addTestCase(suite, EditInlineTest.class);

        return new XWikiSeleniumTestSetup(new XWikiTestSetup(new WysiwygTestSetup(suite)));
    }
View Full Code Here

TOP

Related Classes of org.xwiki.test.selenium.framework.XWikiSeleniumTestSetup

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.