Uses of Class
org.eclipse.jgit.junit.TestRepository
Packages that use TestRepository
-
Uses of TestRepository in org.eclipse.jgit.http.test
Fields in org.eclipse.jgit.http.test declared as TestRepositoryModifier and TypeFieldDescriptionprivate final TestRepository
<Repository> TestRepositoryResolver.repo
Constructors in org.eclipse.jgit.http.test with parameters of type TestRepositoryModifierConstructorDescriptionTestRepositoryResolver
(TestRepository<Repository> repo, String repoName) Create a newTestRepositoryResolver
that resolves the given name to the given repository. -
Uses of TestRepository in org.eclipse.jgit.junit.http
Methods in org.eclipse.jgit.junit.http that return TestRepositoryModifier and TypeMethodDescriptionprotected TestRepository
<Repository> HttpTestCase.createTestRepository()
Create TestRepositoryMethods in org.eclipse.jgit.junit.http with parameters of type TestRepositoryModifier and TypeMethodDescriptionprotected static Collection
<RemoteRefUpdate> HttpTestCase.push
(TestRepository from, RevCommit q) Push a commit