public class PullCommandTest
extends org.eclipse.jgit.junit.RepositoryTestCase
Modifier and Type | Field and Description |
---|---|
protected org.eclipse.jgit.lib.Repository |
dbTarget
Second Test repository
|
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() |
assertEqualsFile, check, checkFile, checkoutBranch, commitFile, copyFile, createBranch, createEntry, createEntry, createEntry, deleteTrashFile, fsTick, indexState, indexState, lookup, read, resetIndex, writeTrashFile, writeTrashFile, writeTrashFiles
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
Copyright © 2015. All rights reserved.