public class PullCommandTest extends RepositoryTestCase
Modifier and Type | Field and Description |
---|---|
protected Repository |
dbTarget
Second Test repository
|
db, trash
ASSUME_UNCHANGED, author, committer, CONTENT, CONTENT_ID, LENGTH, mockSystemReader, MOD_TIME, SMUDGE
Constructor and Description |
---|
PullCommandTest() |
Modifier and Type | Method and Description |
---|---|
void |
setUp() |
void |
testPullConflict() |
void |
testPullEmptyRepository() |
void |
testPullFastForward() |
void |
testPullLocalConflict() |
void |
testPullMerge() |
void |
testPullMergeProgrammaticConfiguration() |
void |
testPullMergeProgrammaticConfigurationImpliedTargetBranch() |
void |
testPullWithMergeConfig() |
void |
testPullWithMergeConfig2() |
void |
testPullWithoutConfig() |
void |
testPullWithRebaseConfig1() |
void |
testPullWithRebaseConfig2() |
void |
testPullWithRebaseConfig3() |
void |
testPullWithRebasePreserve1Config() |
void |
testPullWithRebasePreserveConfig2() |
void |
testPullWithRebasePreserveConfig3() |
void |
testPullWithUntrackedStash() |
assertEqualsFile, check, checkFile, checkoutBranch, commitFile, copyFile, createBranch, createEntry, createEntry, createEntry, deleteTrashFile, fsTick, indexState, lookup, read, resetIndex, slashify, writeLink, writeTrashFile, writeTrashFile, writeTrashFiles
addRepoToClose, createBareRepository, createTempDirectory, createTempFile, createUniqueTestGitDir, createWorkRepository, getCeilings, getTemporaryDirectory, indexState, read, recursiveDelete, runHook, tearDown, tick, write, write
protected Repository dbTarget
public void testPullWithUntrackedStash() throws Exception
Exception
public void testPullMergeProgrammaticConfiguration() throws Exception
Exception
public void testPullMergeProgrammaticConfigurationImpliedTargetBranch() throws Exception
Exception
public void testPullWithRebasePreserve1Config() throws Exception
Exception
public void testPullWithRebasePreserveConfig2() throws Exception
Exception
public void testPullWithRebasePreserveConfig3() throws Exception
Exception
public void testPullWithRebaseConfig1() throws Exception
Exception
public void testPullWithRebaseConfig2() throws Exception
Exception
public void testPullWithRebaseConfig3() throws Exception
Exception
public void setUp() throws Exception
setUp
in class RepositoryTestCase
Exception
Copyright © 2016 Eclipse JGit Project. All rights reserved.