public class CherryPickCommandTest
extends org.eclipse.jgit.junit.RepositoryTestCase
Constructor and Description |
---|
CherryPickCommandTest() |
Modifier and Type | Method and Description |
---|---|
void |
testCherryPick() |
void |
testCherryPickConflictMarkers() |
void |
testCherryPickConflictReset() |
void |
testCherryPickConflictResolution() |
void |
testCherryPickConflictResolutionNoCOmmit() |
void |
testCherryPickDirtyIndex() |
void |
testCherryPickDirtyWorktree() |
void |
testCherryPickMerge()
Cherry-picking merge commit M onto T
|
void |
testCherryPickNoCommit() |
void |
testCherryPickOurCommitName() |
void |
testCherryPickOverExecutableChangeOnNonExectuableFileSystem() |
void |
testSequentialCherryPick() |
assertEqualsFile, check, checkFile, checkoutBranch, commitFile, copyFile, createBranch, createEntry, createEntry, createEntry, deleteTrashFile, fsTick, indexState, lookup, read, resetIndex, setUp, writeTrashFile, writeTrashFile, writeTrashFiles
addRepoToClose, createBareRepository, createTempDirectory, createTempFile, createUniqueTestGitDir, createWorkRepository, getCeilings, getTemporaryDirectory, indexState, read, recursiveDelete, runHook, tearDown, tick, write, write
public void testCherryPick() throws IOException, org.eclipse.jgit.api.errors.JGitInternalException, org.eclipse.jgit.api.errors.GitAPIException
IOException
org.eclipse.jgit.api.errors.JGitInternalException
org.eclipse.jgit.api.errors.GitAPIException
public void testCherryPickNoCommit() throws IOException, org.eclipse.jgit.api.errors.JGitInternalException, org.eclipse.jgit.api.errors.GitAPIException
IOException
org.eclipse.jgit.api.errors.JGitInternalException
org.eclipse.jgit.api.errors.GitAPIException
public void testSequentialCherryPick() throws IOException, org.eclipse.jgit.api.errors.JGitInternalException, org.eclipse.jgit.api.errors.GitAPIException
IOException
org.eclipse.jgit.api.errors.JGitInternalException
org.eclipse.jgit.api.errors.GitAPIException
public void testCherryPickDirtyWorktree() throws Exception
Exception
public void testCherryPickConflictResolution() throws Exception
Exception
public void testCherryPickConflictResolutionNoCOmmit() throws Exception
Exception
public void testCherryPickConflictReset() throws Exception
Exception
public void testCherryPickOverExecutableChangeOnNonExectuableFileSystem() throws Exception
Exception
public void testCherryPickConflictMarkers() throws Exception
Exception
public void testCherryPickOurCommitName() throws Exception
Exception
Copyright © 2015 Eclipse JGit Project. All rights reserved.