public class RevCommitParseTest extends RepositoryTestCase
db, trash
ASSUME_UNCHANGED, author, committer, CONTENT, CONTENT_ID, LENGTH, mockSystemReader, MOD_TIME, SMUDGE
Constructor and Description |
---|
RevCommitParseTest() |
Modifier and Type | Method and Description |
---|---|
void |
testParse_explicit_bad_encoded()
This is a twisted case, but show what we expect here.
|
void |
testParse_explicit_bad_encoded2()
This is a twisted case too, but show what we expect here.
|
void |
testParse_explicit_encoded()
Test parsing of a commit whose encoding is given and works.
|
void |
testParse_GitStyleMessage() |
void |
testParse_GitStyleMessageWithCRLF() |
void |
testParse_illegalEncoding() |
void |
testParse_implicit_mixed_encoded() |
void |
testParse_implicit_UTF8_encoded() |
void |
testParse_incompleteAuthorAndCommitter() |
void |
testParse_incorrectUtf8Name() |
void |
testParse_NoMessage() |
void |
testParse_NoParents() |
void |
testParse_OnlyLFMessage() |
void |
testParse_PublicParseMethod() |
void |
testParse_ShortLineOnlyEmbeddedAndEndingLF() |
void |
testParse_ShortLineOnlyEmbeddedLF() |
void |
testParse_ShortLineOnlyEndLF() |
void |
testParse_ShortLineOnlyNoLF() |
void |
testParse_unsupportedEncoding() |
void |
testParse_WeirdHeaderOnlyCommit() |
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 testParse_WeirdHeaderOnlyCommit() throws Exception
Exception
public void testParse_incompleteAuthorAndCommitter() throws Exception
Exception
public void testParse_implicit_UTF8_encoded() throws Exception
Exception
public void testParse_implicit_mixed_encoded() throws Exception
Exception
public void testParse_explicit_encoded() throws Exception
Exception
public void testParse_explicit_bad_encoded() throws Exception
Exception
public void testParse_explicit_bad_encoded2() throws Exception
Exception
public void testParse_incorrectUtf8Name() throws Exception
Exception
public void testParse_illegalEncoding() throws Exception
Exception
public void testParse_unsupportedEncoding() throws Exception
Exception
public void testParse_ShortLineOnlyNoLF() throws Exception
Exception
public void testParse_ShortLineOnlyEndLF() throws Exception
Exception
public void testParse_ShortLineOnlyEmbeddedLF() throws Exception
Exception
public void testParse_ShortLineOnlyEmbeddedAndEndingLF() throws Exception
Exception
public void testParse_GitStyleMessage() throws Exception
Exception
public void testParse_PublicParseMethod() throws UnsupportedEncodingException
UnsupportedEncodingException
Copyright © 2018 Eclipse JGit Project. All rights reserved.