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, writeTrashFilespublic void testPullMergeProgrammaticConfiguration()
throws Exception
Exceptionpublic void testPullMergeProgrammaticConfigurationImpliedTargetBranch()
throws Exception
Exceptionpublic void testPullWithRebasePreserve1Config()
throws Exception
Exceptionpublic void testPullWithRebasePreserveConfig2()
throws Exception
Exceptionpublic void testPullWithRebasePreserveConfig3()
throws Exception
Exceptionpublic void testPullWithRebaseConfig1()
throws Exception
Exceptionpublic void testPullWithRebaseConfig2()
throws Exception
Exceptionpublic void testPullWithRebaseConfig3()
throws Exception
ExceptionCopyright © 2015. All rights reserved.