Package org.eclipse.jgit.junit
-
Class Summary Class Description Assert Assertion classJGitTestUtil Abstract test util classLocalDiskRepositoryTestCase JUnit TestCase with specialized support for temporary local repository.LocalDiskRepositoryTestCase.CleanupThread MockSystemReader MockSystemReader
for tests.MockSystemReader.MockConfig RepeatRule TestRule
which enables to run the same JUnit test repeatedly.RepeatRule.RepeatStatement RepositoryTestCase Base class for most JGit unit tests.SeparateClassloaderTestRunner This class is used when it's required to load jgit classes in separate classloader for each test class.StrictWorkMonitor Strict work monitorTestRepository<R extends Repository> Wrapper to make creating test data easier.TestRng Toy RNG to ensure we get predictable numbers during unit tests. -
Exception Summary Exception Description JGitTestUtil.GatherStackTrace RepeatRule.RepeatedTestException Exception thrown if repeated execution of a test annotated with@Repeat
failed. -
Annotation Types Summary Annotation Type Description Repeat Annotation enabling to run tests repeatedly