public class ResetCommandTest extends RepositoryTestCase
db, trash
ASSUME_UNCHANGED, author, committer, CONTENT, CONTENT_ID, LENGTH, mockSystemReader, MOD_TIME, SMUDGE
Constructor and Description |
---|
ResetCommandTest() |
Modifier and Type | Method and Description |
---|---|
void |
setupRepository() |
void |
testHardReset() |
void |
testHardResetAfterSquashMerge() |
void |
testHardResetOnTag() |
void |
testHardResetOnUnbornBranch() |
void |
testHardResetReflogDisabled() |
void |
testHardResetWithConflicts_DoDeleteFileFolderConflicts() |
void |
testHardResetWithConflicts_DoOverWriteUntrackedFile() |
void |
testMixedReset() |
void |
testMixedResetRetainsSizeAndModifiedTime() |
void |
testMixedResetWithUnmerged() |
void |
testPathsReset() |
void |
testPathsResetOnDirs() |
void |
testPathsResetOnUnbornBranch() |
void |
testPathsResetToNonexistingRef() |
void |
testPathsResetWithRef() |
void |
testPathsResetWithUnmerged() |
void |
testResetDefaultMode() |
void |
testResetToNonexistingHEAD() |
void |
testSoftReset() |
assertEqualsFile, check, checkFile, checkoutBranch, commitFile, copyFile, createBranch, createEntry, createEntry, createEntry, deleteTrashFile, fsTick, indexState, lookup, read, resetIndex, setUp, slashify, writeLink, writeTrashFile, writeTrashFile, writeTrashFiles
addRepoToClose, createBareRepository, createRepository, createTempDirectory, createTempFile, createUniqueTestGitDir, createWorkRepository, getCeilings, getTemporaryDirectory, indexState, read, recursiveDelete, runHook, tearDown, tick, write, write
public void setupRepository() throws IOException, JGitInternalException, GitAPIException
public void testHardReset() throws JGitInternalException, AmbiguousObjectException, IOException, GitAPIException
public void testHardResetReflogDisabled() throws Exception
Exception
public void testHardResetWithConflicts_DoOverWriteUntrackedFile() throws JGitInternalException, AmbiguousObjectException, IOException, GitAPIException
public void testHardResetWithConflicts_DoDeleteFileFolderConflicts() throws JGitInternalException, AmbiguousObjectException, IOException, GitAPIException
public void testResetToNonexistingHEAD() throws JGitInternalException, AmbiguousObjectException, IOException, GitAPIException
public void testSoftReset() throws JGitInternalException, AmbiguousObjectException, IOException, GitAPIException
public void testMixedReset() throws JGitInternalException, AmbiguousObjectException, IOException, GitAPIException
public void testMixedResetRetainsSizeAndModifiedTime() throws Exception
Exception
public void testMixedResetWithUnmerged() throws Exception
Exception
public void testPathsResetWithUnmerged() throws Exception
Exception
public void testPathsResetOnUnbornBranch() throws Exception
Exception
public void testPathsResetToNonexistingRef() throws Exception
Exception
public void testHardResetAfterSquashMerge() throws Exception
Exception
Copyright © 2017 Eclipse JGit Project. All rights reserved.