public class RevTagParseTest
extends org.eclipse.jgit.junit.RepositoryTestCase
Constructor and Description |
---|
RevTagParseTest() |
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_illegalEncoding() |
void |
testParse_implicit_mixed_encoded() |
void |
testParse_implicit_UTF8_encoded() |
void |
testParse_NoMessage() |
void |
testParse_OnlyLFMessage() |
void |
testParse_PublicParseMethod() |
void |
testParse_ShortLineOnlyEmbeddedAndEndingLF() |
void |
testParse_ShortLineOnlyEmbeddedLF() |
void |
testParse_ShortLineOnlyEndLF() |
void |
testParse_ShortLineOnlyNoLF() |
void |
testParse_unsupportedEncoding() |
void |
testParseAllFields() |
void |
testParseOldStyleNoTagger() |
void |
testTagBlob() |
void |
testTagCommit() |
void |
testTagTag() |
void |
testTagTree() |
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 testParseOldStyleNoTagger() 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_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 org.eclipse.jgit.errors.CorruptObjectException
org.eclipse.jgit.errors.CorruptObjectException
Copyright © 2018 Eclipse JGit Project. All rights reserved.