Package org.xwiki.extension.test

Examples of org.xwiki.extension.test.RepositoryUtils


    }

    public RepositoryTestUtils(TestUtils testUtils, RepositoryUtils repositoryUtil)
    {
        this.testUtils = testUtils;
        this.repositoryUtil = repositoryUtil != null ? repositoryUtil : new RepositoryUtils();
    }
View Full Code Here


    @XWikiExecutorSuite.PreStart
    public void preStart(List<XWikiExecutor> executors) throws Exception
    {
        XWikiExecutor executor = executors.get(0);

        repositoryUtil = new RepositoryUtils();

        PropertiesConfiguration properties = executor.loadXWikiPropertiesConfiguration();
        // Put self as extensions repository
        properties.setProperty(
            "extension.repositories",
View Full Code Here

TOP

Related Classes of org.xwiki.extension.test.RepositoryUtils

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.