- tag(String, RevObject) - Method in class org.eclipse.jgit.junit.TestRepository
-
Construct an annotated tag object pointing at another object.
- tearDown() - Method in class org.eclipse.jgit.junit.LocalDiskRepositoryTestCase
-
- TestRepository<R extends Repository> - Class in org.eclipse.jgit.junit
-
Wrapper to make creating test data easier.
- TestRepository(R) - Constructor for class org.eclipse.jgit.junit.TestRepository
-
Wrap a repository with test building tools.
- TestRepository(R, RevWalk) - Constructor for class org.eclipse.jgit.junit.TestRepository
-
Wrap a repository with test building tools.
- TestRepository.BranchBuilder - Class in org.eclipse.jgit.junit
-
Helper to build a branch with one or more commits
- TestRepository.CommitBuilder - Class in org.eclipse.jgit.junit
-
Helper to generate a commit.
- TestRng - Class in org.eclipse.jgit.junit
-
Toy RNG to ensure we get predictable numbers during unit tests.
- TestRng(String) - Constructor for class org.eclipse.jgit.junit.TestRng
-
Create a new random number generator, seeded by a string.
- tick() - Method in class org.eclipse.jgit.junit.LocalDiskRepositoryTestCase
-
- tick(int) - Method in class org.eclipse.jgit.junit.TestRepository.CommitBuilder
-
- tick(int) - Method in class org.eclipse.jgit.junit.TestRepository
-
Adjust the current time that will used by the next commit.
- trash - Variable in class org.eclipse.jgit.junit.RepositoryTestCase
-
- tree(DirCacheEntry...) - Method in class org.eclipse.jgit.junit.TestRepository
-
Construct a tree from a specific listing of file entries.