public class FetchAndPullCommandsRecurseSubmodulesTest extends RepositoryTestCase
| Modifier and Type | Field and Description |
|---|---|
static boolean[] |
useFetch |
db, trashASSUME_UNCHANGED, author, committer, CONTENT, CONTENT_ID, LENGTH, mockSystemReader, MOD_TIME, SMUDGE| Constructor and Description |
|---|
FetchAndPullCommandsRecurseSubmodulesTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
setUpSubmodules() |
void |
shouldFetchSubmodulesWhenFetchConfigurationSetToYes(boolean fetch) |
void |
shouldFetchSubmodulesWhenOnDemandAndRevisionChanged(boolean fetch) |
void |
shouldFetchSubmodulesWhenSubmoduleConfigurationSetToYes(boolean fetch) |
void |
shouldFetchSubmodulesWhenYes(boolean fetch) |
void |
shouldNotFetchSubmodulesWhenFetchConfigurationSetToNo(boolean fetch) |
void |
shouldNotFetchSubmodulesWhenNo(boolean fetch) |
void |
shouldNotFetchSubmodulesWhenOnDemandAndRevisionNotChanged(boolean fetch) |
void |
shouldNotFetchSubmodulesWhenSubmoduleConfigurationSetToNo(boolean fetch) |
assertEqualsFile, check, checkFile, checkoutBranch, commitFile, copyFile, createBranch, createEntry, createEntry, createEntry, deleteTrashFile, fsTick, indexState, lookup, read, resetIndex, setUp, slashify, writeLink, writeTrashFile, writeTrashFile, writeTrashFilesaddRepoToClose, createBareRepository, createRepository, createTempDirectory, createTempFile, createUniqueTestGitDir, createWorkRepository, getCeilings, getTemporaryDirectory, indexState, read, recursiveDelete, runHook, tearDown, tick, write, writepublic FetchAndPullCommandsRecurseSubmodulesTest()
public void shouldNotFetchSubmodulesWhenNo(boolean fetch)
throws Exception
Exceptionpublic void shouldFetchSubmodulesWhenYes(boolean fetch)
throws Exception
Exceptionpublic void shouldFetchSubmodulesWhenOnDemandAndRevisionChanged(boolean fetch)
throws Exception
Exceptionpublic void shouldNotFetchSubmodulesWhenOnDemandAndRevisionNotChanged(boolean fetch)
throws Exception
Exceptionpublic void shouldNotFetchSubmodulesWhenSubmoduleConfigurationSetToNo(boolean fetch)
throws Exception
Exceptionpublic void shouldFetchSubmodulesWhenSubmoduleConfigurationSetToYes(boolean fetch)
throws Exception
Exceptionpublic void shouldNotFetchSubmodulesWhenFetchConfigurationSetToNo(boolean fetch)
throws Exception
ExceptionCopyright © 2017 Eclipse JGit Project. All rights reserved.