public class DiffFormatterTest extends RepositoryTestCase
db, trash
ASSUME_UNCHANGED, author, committer, CONTENT, CONTENT_ID, LENGTH, mockSystemReader, MOD_TIME, SMUDGE
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, writeTrashFiles
addRepoToClose, createBareRepository, createTempDirectory, createTempFile, createUniqueTestGitDir, createWorkRepository, getCeilings, getTemporaryDirectory, indexState, read, recursiveDelete, runHook, tick, write, write
public void setUp() throws Exception
setUp
in class RepositoryTestCase
Exception
public void tearDown() throws Exception
tearDown
in class LocalDiskRepositoryTestCase
Exception
public void testCreateFileHeader_Delete() throws Exception
Exception
public void testCreateFileHeader_Modify() throws Exception
Exception
public void testCreateFileHeader_Binary() throws Exception
Exception
public void testCreateFileHeader_GitLink() throws Exception
Exception
public void testCreateFileHeader_AddGitLink() throws Exception
Exception
public void testCreateFileHeader_DeleteGitLink() throws Exception
Exception
public void testCreateFileHeaderWithoutIndexLine() throws Exception
Exception
public void testCreateFileHeaderForRenameWithoutContentChange() throws Exception
Exception
public void testCreateFileHeaderForRenameModeChange() throws Exception
Exception
Copyright © 2017 Eclipse JGit Project. All rights reserved.