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, writeTrashFilesaddRepoToClose, createBareRepository, createTempDirectory, createTempFile, createUniqueTestGitDir, createWorkRepository, getCeilings, getTemporaryDirectory, indexState, read, recursiveDelete, runHook, tearDown, tick, write, writepublic void testCherryPick()
throws IOException,
org.eclipse.jgit.api.errors.JGitInternalException,
org.eclipse.jgit.api.errors.GitAPIException
IOExceptionorg.eclipse.jgit.api.errors.JGitInternalExceptionorg.eclipse.jgit.api.errors.GitAPIExceptionpublic void testCherryPickNoCommit()
throws IOException,
org.eclipse.jgit.api.errors.JGitInternalException,
org.eclipse.jgit.api.errors.GitAPIException
IOExceptionorg.eclipse.jgit.api.errors.JGitInternalExceptionorg.eclipse.jgit.api.errors.GitAPIExceptionpublic void testSequentialCherryPick()
throws IOException,
org.eclipse.jgit.api.errors.JGitInternalException,
org.eclipse.jgit.api.errors.GitAPIException
IOExceptionorg.eclipse.jgit.api.errors.JGitInternalExceptionorg.eclipse.jgit.api.errors.GitAPIExceptionpublic void testCherryPickDirtyWorktree()
throws Exception
Exceptionpublic void testCherryPickConflictResolution()
throws Exception
Exceptionpublic void testCherryPickConflictResolutionNoCOmmit()
throws Exception
Exceptionpublic void testCherryPickConflictReset()
throws Exception
Exceptionpublic void testCherryPickOverExecutableChangeOnNonExectuableFileSystem()
throws Exception
Exceptionpublic void testCherryPickConflictMarkers()
throws Exception
Exceptionpublic void testCherryPickOurCommitName()
throws Exception
ExceptionCopyright © 2015 Eclipse JGit Project. All rights reserved.