public class CleanCommandTest
extends org.eclipse.jgit.junit.RepositoryTestCase
Constructor and Description |
---|
CleanCommandTest() |
Modifier and Type | Method and Description |
---|---|
void |
setUp() |
void |
testClean() |
void |
testCleanDirs() |
void |
testCleanDirsWithDryRun() |
void |
testCleanDirsWithDryRunAndNoIgnore() |
void |
testCleanWithDryRun() |
void |
testCleanWithDryRunAndNoIgnore() |
void |
testCleanWithPaths() |
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 testClean() throws org.eclipse.jgit.errors.NoWorkTreeException, org.eclipse.jgit.api.errors.GitAPIException
org.eclipse.jgit.errors.NoWorkTreeException
org.eclipse.jgit.api.errors.GitAPIException
public void testCleanDirs() throws org.eclipse.jgit.errors.NoWorkTreeException, org.eclipse.jgit.api.errors.GitAPIException
org.eclipse.jgit.errors.NoWorkTreeException
org.eclipse.jgit.api.errors.GitAPIException
public void testCleanWithPaths() throws org.eclipse.jgit.errors.NoWorkTreeException, org.eclipse.jgit.api.errors.GitAPIException
org.eclipse.jgit.errors.NoWorkTreeException
org.eclipse.jgit.api.errors.GitAPIException
public void testCleanWithDryRun() throws org.eclipse.jgit.errors.NoWorkTreeException, org.eclipse.jgit.api.errors.GitAPIException
org.eclipse.jgit.errors.NoWorkTreeException
org.eclipse.jgit.api.errors.GitAPIException
public void testCleanDirsWithDryRun() throws org.eclipse.jgit.errors.NoWorkTreeException, org.eclipse.jgit.api.errors.GitAPIException
org.eclipse.jgit.errors.NoWorkTreeException
org.eclipse.jgit.api.errors.GitAPIException
public void testCleanWithDryRunAndNoIgnore() throws org.eclipse.jgit.errors.NoWorkTreeException, org.eclipse.jgit.api.errors.GitAPIException
org.eclipse.jgit.errors.NoWorkTreeException
org.eclipse.jgit.api.errors.GitAPIException
public void testCleanDirsWithDryRunAndNoIgnore() throws org.eclipse.jgit.errors.NoWorkTreeException, org.eclipse.jgit.api.errors.GitAPIException
org.eclipse.jgit.errors.NoWorkTreeException
org.eclipse.jgit.api.errors.GitAPIException
Copyright © 2016 Eclipse JGit Project. All rights reserved.