public class MergeCommandTest
extends org.eclipse.jgit.junit.RepositoryTestCase
Modifier and Type | Field and Description |
---|---|
static org.eclipse.jgit.merge.MergeStrategy[] |
mergeStrategies |
Constructor and Description |
---|
MergeCommandTest() |
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
public void setUp() throws Exception
setUp
in class org.eclipse.jgit.junit.RepositoryTestCase
Exception
public void testMergeSuccessAllStrategies(org.eclipse.jgit.merge.MergeStrategy mergeStrategy) throws Exception
Exception
public void testMergeSuccessAllStrategiesNoCommit(org.eclipse.jgit.merge.MergeStrategy mergeStrategy) throws Exception
Exception
public void testMergeNonVersionedPaths() throws Exception
Exception
public void testMultipleCreationsSameContent() throws Exception
Exception
public void testSuccessfulContentMerge() throws Exception
Exception
public void testSuccessfulContentMergeNoCommit() throws Exception
Exception
public void testSuccessfulContentMergeAndDirtyworkingTree() throws Exception
Exception
public void testDeletionOnMasterConflict() throws Exception
Exception
public void testDeletionOnSideConflict() throws Exception
Exception
public void testMergeFailingWithDirtyWorkingTree() throws Exception
Exception
public void testMergeConflictFileFolder() throws Exception
Exception
public void testSuccessfulMergeFailsDueToDirtyIndex() throws Exception
Exception
public void testConflictingMergeFailsDueToDirtyIndex() throws Exception
Exception
public void testSuccessfulMergeFailsDueToDirtyWorktree() throws Exception
Exception
public void testConflictingMergeFailsDueToDirtyWorktree() throws Exception
Exception
public void testMergeRemovingFoldersWithoutFastForward() throws Exception
Exception
public void testFileModeMergeWithDirtyWorkTree() throws Exception
Exception
public void testNoFastForwardNoCommit() throws Exception
Exception
public void testFastForwardOnlyNotPossible() throws Exception
Exception
public void testRecursiveMergeWithConflict() throws Exception
Exception
public void testMergeWithMessageOption() throws Exception
Exception
Copyright © 2016 Eclipse JGit Project. All rights reserved.