Class | Description |
---|---|
Assert |
Assertion class
|
JGitTestUtil |
Abstract test util class
|
LocalDiskRepositoryTestCase |
JUnit TestCase with specialized support for temporary local repository.
|
MockSystemReader |
Mock
SystemReader for tests. |
RepeatRule |
TestRule which 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
@Repeat failed. |
Annotation Type | Description |
---|---|
Repeat |
Annotation enabling to run tests repeatedly
|
Copyright © 2021 Eclipse JGit Project. All rights reserved.