public class DiffEntryTest extends RepositoryTestCase
db, trash
ASSUME_UNCHANGED, author, committer, CONTENT, CONTENT_ID, LENGTH, mockSystemReader, MOD_TIME, SMUDGE
Constructor and Description |
---|
DiffEntryTest() |
Modifier and Type | Method and Description |
---|---|
void |
shouldListAddedFileBetweenTwoCommits() |
void |
shouldListAddedFileInInitialCommit() |
void |
shouldListChangesInWorkingTree() |
void |
shouldListDeletionBetweenTwoCommits() |
void |
shouldListModificationBetweenTwoCommits() |
void |
shouldListModificationInDirWithModifiedTrees() |
void |
shouldListModificationInDirWithoutModifiedTrees() |
void |
shouldMarkEntriesWhenGivenMarkTreeFilter() |
void |
shouldReportFileModeChange() |
void |
shouldThrowIAEWhenScanShouldIncludeTreesAndWalkIsRecursive() |
void |
shouldThrowIAEWhenTreeWalkHasLessThanTwoTrees() |
void |
shouldThrowIAEWhenTreeWalkHasMoreThanTwoTrees() |
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 shouldListAddedFileInInitialCommit() throws Exception
Exception
public void shouldListAddedFileBetweenTwoCommits() throws Exception
Exception
public void shouldListModificationBetweenTwoCommits() throws Exception
Exception
public void shouldListDeletionBetweenTwoCommits() throws Exception
Exception
public void shouldListModificationInDirWithoutModifiedTrees() throws Exception
Exception
public void shouldListModificationInDirWithModifiedTrees() throws Exception
Exception
public void shouldListChangesInWorkingTree() throws Exception
Exception
public void shouldMarkEntriesWhenGivenMarkTreeFilter() throws Exception
Exception
public void shouldThrowIAEWhenTreeWalkHasLessThanTwoTrees() throws Exception
Exception
public void shouldThrowIAEWhenTreeWalkHasMoreThanTwoTrees() throws Exception
Exception
public void shouldThrowIAEWhenScanShouldIncludeTreesAndWalkIsRecursive() throws Exception
Exception
Copyright © 2018 Eclipse JGit Project. All rights reserved.