Uses of Class
org.eclipse.jgit.junit.TestRepository
-
Packages that use TestRepository Package Description org.eclipse.jgit.http.test org.eclipse.jgit.junit.http -
-
Uses of TestRepository in org.eclipse.jgit.http.test
Fields in org.eclipse.jgit.http.test declared as TestRepository Modifier and Type Field Description private TestRepository<Repository>
TestRepositoryResolver. repo
Constructors in org.eclipse.jgit.http.test with parameters of type TestRepository Constructor Description TestRepositoryResolver(TestRepository<Repository> repo, java.lang.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 TestRepository Modifier and Type Method Description protected TestRepository<Repository>
HttpTestCase. createTestRepository()
Create TestRepositoryMethods in org.eclipse.jgit.junit.http with parameters of type TestRepository Modifier and Type Method Description protected static java.util.Collection<RemoteRefUpdate>
HttpTestCase. push(TestRepository from, RevCommit q)
Push a commit
-