public class StashCreateCommandTest
extends org.eclipse.jgit.junit.RepositoryTestCase
StashCreateCommand
Constructor and Description |
---|
StashCreateCommandTest() |
Modifier and Type | Method and Description |
---|---|
void |
indexAdd() |
void |
indexDelete() |
void |
multipleEdits() |
void |
newFileInIndexThenModifiedInWorkTree() |
void |
noLocalChanges() |
void |
refLogIncludesCommitMessage() |
void |
setUp() |
void |
unmergedPathsShouldCauseException() |
void |
untrackedFileIncluded() |
void |
untrackedFileNotIncluded() |
void |
workingDirectoryCleanIndexModify() |
void |
workingDirectoryDelete() |
void |
workingDirectoryDeleteIndexAdd() |
void |
workingDirectoryDeleteIndexEdit() |
void |
workingDirectoryModify() |
void |
workingDirectoryModifyIndexChanged() |
void |
workingDirectoryModifyInSubfolder() |
assertEqualsFile, check, checkFile, checkoutBranch, commitFile, copyFile, createBranch, createEntry, createEntry, createEntry, deleteTrashFile, fsTick, indexState, lookup, read, resetIndex, slashify, writeLink, writeTrashFile, writeTrashFile, writeTrashFiles
addRepoToClose, createBareRepository, createTempDirectory, createTempFile, createUniqueTestGitDir, createWorkRepository, getCeilings, getTemporaryDirectory, indexState, read, recursiveDelete, runHook, tearDown, tick, write, write
public void setUp() throws Exception
setUp
in class org.eclipse.jgit.junit.RepositoryTestCase
Exception
public void newFileInIndexThenModifiedInWorkTree() throws Exception
Exception
public void workingDirectoryModifyInSubfolder() throws Exception
Exception
public void workingDirectoryModifyIndexChanged() throws Exception
Exception
public void workingDirectoryCleanIndexModify() throws Exception
Exception
public void workingDirectoryDeleteIndexAdd() throws Exception
Exception
public void workingDirectoryDeleteIndexEdit() throws Exception
Exception
public void refLogIncludesCommitMessage() throws Exception
Exception
public void unmergedPathsShouldCauseException() throws Exception
Exception
Copyright © 2016 Eclipse JGit Project. All rights reserved.