public class DiffFormatterTest
extends org.eclipse.jgit.junit.RepositoryTestCase
| Constructor and Description |
|---|
DiffFormatterTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
setUp() |
void |
tearDown() |
void |
testCreateFileHeader_Add() |
void |
testCreateFileHeader_AddGitLink() |
void |
testCreateFileHeader_Binary() |
void |
testCreateFileHeader_Delete() |
void |
testCreateFileHeader_DeleteGitLink() |
void |
testCreateFileHeader_GitLink() |
void |
testCreateFileHeader_Modify() |
void |
testCreateFileHeaderForRenameModeChange() |
void |
testCreateFileHeaderForRenameWithoutContentChange() |
void |
testCreateFileHeaderWithoutIndexLine() |
void |
testDiff() |
void |
testDiffNullToNull() |
void |
testDiffRootNullToTree() |
void |
testDiffRootTreeToNull() |
assertEqualsFile, check, checkFile, checkoutBranch, commitFile, copyFile, createBranch, createEntry, createEntry, createEntry, deleteTrashFile, fsTick, indexState, lookup, read, resetIndex, slashify, writeLink, writeTrashFile, writeTrashFile, writeTrashFilesaddRepoToClose, createBareRepository, createRepository, createTempDirectory, createTempFile, createUniqueTestGitDir, createWorkRepository, getCeilings, getTemporaryDirectory, indexState, read, recursiveDelete, runHook, tick, write, writepublic void setUp()
throws Exception
setUp in class org.eclipse.jgit.junit.RepositoryTestCaseExceptionpublic void tearDown()
throws Exception
tearDown in class org.eclipse.jgit.junit.LocalDiskRepositoryTestCaseExceptionpublic void testCreateFileHeader_Delete()
throws Exception
Exceptionpublic void testCreateFileHeader_Modify()
throws Exception
Exceptionpublic void testCreateFileHeader_Binary()
throws Exception
Exceptionpublic void testCreateFileHeader_GitLink()
throws Exception
Exceptionpublic void testCreateFileHeader_AddGitLink()
throws Exception
Exceptionpublic void testCreateFileHeader_DeleteGitLink()
throws Exception
Exceptionpublic void testCreateFileHeaderWithoutIndexLine()
throws Exception
Exceptionpublic void testCreateFileHeaderForRenameWithoutContentChange()
throws Exception
Exceptionpublic void testCreateFileHeaderForRenameModeChange()
throws Exception
ExceptionCopyright © 2017 Eclipse JGit Project. All rights reserved.