public class RevWalkFollowFilterTest extends RevWalkTestCase
rw
Constructor and Description |
---|
RevWalkFollowFilterTest() |
Modifier and Type | Method and Description |
---|---|
protected void |
assertNoRenames() |
protected void |
assertRenames(String... expectedRenames)
Assert which renames should have happened, in traversal order.
|
protected org.eclipse.jgit.revwalk.FollowFilter |
follow(String followPath) |
void |
setUp() |
void |
testMultiRename() |
void |
testNoRename() |
void |
testSingleRename() |
assertCommit, blob, commit, commit, commit, commit, commitBuilder, createRevWalk, file, get, getDate, markStart, markUninteresting, parseBody, tag, tick, tree
assertEqualsFile, check, checkFile, checkoutBranch, commitFile, copyFile, createBranch, createEntry, createEntry, createEntry, deleteTrashFile, fsTick, indexState, lookup, read, resetIndex, slashify, writeLink, writeTrashFile, writeTrashFile, writeTrashFiles
addRepoToClose, createBareRepository, createRepository, createTempDirectory, createTempFile, createUniqueTestGitDir, createWorkRepository, getCeilings, getTemporaryDirectory, indexState, read, recursiveDelete, runHook, tearDown, tick, write, write
public void setUp() throws Exception
setUp
in class RevWalkTestCase
Exception
protected org.eclipse.jgit.revwalk.FollowFilter follow(String followPath)
protected void assertRenames(String... expectedRenames)
expectedRenames
- the rename specs, each one in the form "srcPath->destPath"protected void assertNoRenames()
Copyright © 2018 Eclipse JGit Project. All rights reserved.