public class CheckoutCommandTest extends RepositoryTestCase
ASSUME_UNCHANGED, CONTENT, CONTENT_ID, db, LENGTH, MOD_TIME, SMUDGE, trashauthor, committer| Constructor and Description |
|---|
CheckoutCommandTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
setUp() |
void |
testAlreadyExists() |
void |
testCheckout() |
void |
testCheckoutAllPaths() |
void |
testCheckoutAnnotatedTag() |
void |
testCheckoutAutoCrlfTrue() |
void |
testCheckoutCommit() |
void |
testCheckoutLightweightTag() |
void |
testCheckoutOfDirectoryShouldBeRecursive() |
void |
testCheckoutOfFileWithInexistentParentDir() |
void |
testCheckoutOrphanBranch() |
void |
testCheckoutRemoteTrackingWithoutLocalBranch() |
void |
testCheckoutRemoteTrackingWithUpstream() |
void |
testCheckoutToNonExistingBranch() |
void |
testCheckoutWithConflict() |
void |
testCheckoutWithNonDeletedFiles() |
void |
testCheckoutWithStartPoint() |
void |
testCheckoutWithStartPointOnlyCertainFiles() |
void |
testCreateBranchOnCheckout() |
void |
testCreateOrphanBranchWithStartCommit() |
void |
testCreateOrphanBranchWithStartPoint() |
void |
testDetachedHeadOnCheckout() |
void |
testInvalidRefName() |
void |
testNullRefName() |
void |
testSimpleCheckout() |
void |
testUpdateSmudgedEntries() |
assertEqualsFile, check, checkFile, checkoutBranch, commitFile, copyFile, createBranch, createEntry, createEntry, createEntry, deleteTrashFile, fsTick, indexState, indexState, lookup, read, resetIndex, writeTrashFile, writeTrashFile, writeTrashFilesaddRepoToClose, createBareRepository, createTempDirectory, createTempFile, createUniqueTestGitDir, createWorkRepository, getCeilings, getTemporaryDirectory, read, recursiveDelete, runHook, tearDown, tick, write, writepublic void setUp()
throws Exception
setUp in class RepositoryTestCaseExceptionpublic void testCreateBranchOnCheckout()
throws Exception
Exceptionpublic void testCheckoutToNonExistingBranch()
throws GitAPIException
GitAPIExceptionpublic void testCheckoutWithConflict()
public void testCheckoutWithNonDeletedFiles()
throws Exception
Exceptionpublic void testCheckoutLightweightTag()
throws Exception
Exceptionpublic void testCheckoutRemoteTrackingWithUpstream()
throws Exception
Exceptionpublic void testCheckoutRemoteTrackingWithoutLocalBranch()
throws Exception
Exceptionpublic void testCheckoutOfFileWithInexistentParentDir()
throws Exception
Exceptionpublic void testCheckoutOfDirectoryShouldBeRecursive()
throws Exception
Exceptionpublic void testCheckoutWithStartPoint()
throws Exception
Exceptionpublic void testCheckoutWithStartPointOnlyCertainFiles()
throws Exception
Exceptionpublic void testDetachedHeadOnCheckout()
throws JGitInternalException,
IOException,
GitAPIException
public void testCreateOrphanBranchWithStartCommit()
throws Exception
Exceptionpublic void testCreateOrphanBranchWithStartPoint()
throws Exception
ExceptionCopyright © 2015 Eclipse JGit Project. All rights reserved.