public class CheckoutCommandTest extends RepositoryTestCase
ASSUME_UNCHANGED, CONTENT, CONTENT_ID, db, LENGTH, MOD_TIME, SMUDGE, trash
author, 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, writeTrashFiles
addRepoToClose, createBareRepository, createTempDirectory, createTempFile, createUniqueTestGitDir, createWorkRepository, getCeilings, getTemporaryDirectory, read, recursiveDelete, runHook, tearDown, tick, write, write
public void setUp() throws Exception
setUp
in class RepositoryTestCase
Exception
public void testCreateBranchOnCheckout() throws Exception
Exception
public void testCheckoutToNonExistingBranch() throws GitAPIException
GitAPIException
public void testCheckoutWithConflict()
public void testCheckoutWithNonDeletedFiles() throws Exception
Exception
public void testCheckoutLightweightTag() throws Exception
Exception
public void testCheckoutRemoteTrackingWithUpstream() throws Exception
Exception
public void testCheckoutRemoteTrackingWithoutLocalBranch() throws Exception
Exception
public void testCheckoutOfFileWithInexistentParentDir() throws Exception
Exception
public void testCheckoutOfDirectoryShouldBeRecursive() throws Exception
Exception
public void testCheckoutWithStartPoint() throws Exception
Exception
public void testCheckoutWithStartPointOnlyCertainFiles() throws Exception
Exception
public void testDetachedHeadOnCheckout() throws JGitInternalException, IOException, GitAPIException
public void testCreateOrphanBranchWithStartCommit() throws Exception
Exception
public void testCreateOrphanBranchWithStartPoint() throws Exception
Exception
Copyright © 2015 Eclipse JGit Project. All rights reserved.