This class provides helpers for getting the branches, tags, and note references in a repository.
This class also provides helpers for knowing which references differ between a local and remote repository.
52535455565758
} public RepositoryTestUtils(TestUtils testUtils, RepositoryUtils repositoryUtil) { this.testUtils = testUtils; this.repositoryUtil = repositoryUtil != null ? repositoryUtil : new RepositoryUtils(); }
4445464748495051525354
@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",