| Class | Description | 
|---|---|
| Assert | Assertion class | 
| JGitTestUtil | Abstract test util class | 
| LocalDiskRepositoryTestCase | JUnit TestCase with specialized support for temporary local repository. | 
| MockSystemReader | Mock  SystemReaderfor tests. | 
| RepeatRule | TestRulewhich enables to run the same JUnit test
 repeatedly. | 
| 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 monitor | 
| TestRepository<R extends Repository> | Wrapper to make creating test data easier. | 
| TestRng | Toy RNG to ensure we get predictable numbers during unit tests. | 
| Exception | Description | 
|---|---|
| RepeatRule.RepeatedTestException | Exception thrown if repeated execution of a test annotated with
  @Repeatfailed. | 
| Annotation Type | Description | 
|---|---|
| Repeat | Annotation enabling to run tests repeatedly | 
Copyright © 2020 Eclipse JGit Project. All rights reserved.