Examples of WysiwygTestSuite


Examples of org.xwiki.test.wysiwyg.framework.WysiwygTestSuite

    public static Test suite() throws Exception
    {
        // create a wysiwyg test suite for all the wysiwyg tests to be executed with the Colibri skin executor
        // FIXME: the skin executor setting should be in a ColibriTestSetup, so that the provider for skin functions is
        // injected at setup time, and can be changed by changing the decorator
        WysiwygTestSuite suite = new WysiwygTestSuite("WYSIWYG Selenium Tests", ColibriSkinExecutor.class);

        addTestCase(suite, SubmitTest.class);
        addTestCase(suite, StandardFeaturesTest.class);
        addTestCase(suite, HistoryTest.class);
        addTestCase(suite, LineTest.class);
View Full Code Here

Examples of org.xwiki.test.wysiwyg.framework.WysiwygTestSuite

    public static Test suite() throws Exception
    {
        // create a wysiwyg test suite for all the wysiwyg tests to be executed with the Colibri skin executor
        // FIXME: the skin executor setting should be in a ColibriTestSetup, so that the provider for skin functions is
        // injected at setup time, and can be changed by changing the decorator
        WysiwygTestSuite suite = new WysiwygTestSuite("WYSIWYG Selenium Tests", FlamingoSkinExecutor.class);

        addTestCase(suite, SubmitTest.class);
        addTestCase(suite, StandardFeaturesTest.class);
        addTestCase(suite, HistoryTest.class);
        addTestCase(suite, LineTest.class);
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.