Package org.xwiki.test.integration

Examples of org.xwiki.test.integration.XWikiTestSetup


        XWikiValidator xwikiValidator = new XWikiValidator();
        addTest(suite, DefaultValidationTest.suite(DefaultValidationTest.class, xwikiValidator),
            DefaultValidationTest.class);
       
        return new XWikiTestSetup(suite);
    }
View Full Code Here


        addTestCase(suite, XWikiClassesTest.class);
        addTestCase(suite, XWikiObjectsTest.class);
        addTestCase(suite, SearchTest.class);
        addTestCase(suite, RenderingTest.class);

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

TOP

Related Classes of org.xwiki.test.integration.XWikiTestSetup

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.