Uses of Class
org.eclipse.jgit.junit.MockSystemReader
Packages that use MockSystemReader
-
Uses of MockSystemReader in org.eclipse.jgit.junit
Fields in org.eclipse.jgit.junit declared as MockSystemReaderModifier and TypeFieldDescriptionprotected MockSystemReader
LocalDiskRepositoryTestCase.mockSystemReader
ASystemReader
used to coordinate time, envars, etc.private final MockSystemReader
TestRepository.mockSystemReader
Constructors in org.eclipse.jgit.junit with parameters of type MockSystemReaderModifierConstructorDescriptionTestRepository
(R db, RevWalk rw, MockSystemReader reader) Wrap a repository with test building tools.