Uses of Class
org.eclipse.jgit.junit.LocalDiskRepositoryTestCase
-
Packages that use LocalDiskRepositoryTestCase Package Description org.eclipse.jgit.junit org.eclipse.jgit.junit.http org.eclipse.jgit.junit.ssh -
-
Uses of LocalDiskRepositoryTestCase in org.eclipse.jgit.junit
Subclasses of LocalDiskRepositoryTestCase in org.eclipse.jgit.junit Modifier and Type Class Description class
RepositoryTestCase
Base class for most JGit unit tests. -
Uses of LocalDiskRepositoryTestCase in org.eclipse.jgit.junit.http
Subclasses of LocalDiskRepositoryTestCase in org.eclipse.jgit.junit.http Modifier and Type Class Description class
HttpTestCase
Base class for HTTP related transport testing. -
Uses of LocalDiskRepositoryTestCase in org.eclipse.jgit.junit.ssh
Subclasses of LocalDiskRepositoryTestCase in org.eclipse.jgit.junit.ssh Modifier and Type Class Description class
SshTestBase
The ssh tests.class
SshTestHarness
Root class for ssh tests.
-