public class FileHeaderTest extends Object
Constructor and Description |
---|
FileHeaderTest() |
Modifier and Type | Method and Description |
---|---|
void |
testParseAbbrIndexLine_NoMode() |
void |
testParseAbbrIndexLine_WithMode() |
void |
testParseCopy100() |
void |
testParseFullIndexLine_NoMode() |
void |
testParseFullIndexLine_WithMode() |
void |
testParseGitFileName_DqFooSpLfNulBar() |
void |
testParseGitFileName_DqFooTabBar() |
void |
testParseGitFileName_Empty() |
void |
testParseGitFileName_EmptyHeader() |
void |
testParseGitFileName_FailFooBar() |
void |
testParseGitFileName_Foo() |
void |
testParseGitFileName_FooSpBar() |
void |
testParseGitFileName_NoLF() |
void |
testParseGitFileName_NoSecondLine() |
void |
testParseGitFileName_SrcFooC() |
void |
testParseGitFileName_SrcFooCNonStandardPrefix() |
void |
testParseModeChange() |
void |
testParseRename100_NewStyle() |
void |
testParseRename100_OldStyle() |
void |
testParseUnicodeName_DeleteFile() |
void |
testParseUnicodeName_NewFile() |
public void testParseGitFileName_Empty()
public void testParseGitFileName_NoLF()
public void testParseGitFileName_NoSecondLine()
public void testParseGitFileName_EmptyHeader()
public void testParseGitFileName_Foo()
public void testParseGitFileName_FailFooBar()
public void testParseGitFileName_FooSpBar()
public void testParseGitFileName_DqFooTabBar()
public void testParseGitFileName_DqFooSpLfNulBar()
public void testParseGitFileName_SrcFooC()
public void testParseGitFileName_SrcFooCNonStandardPrefix()
public void testParseUnicodeName_NewFile()
public void testParseUnicodeName_DeleteFile()
public void testParseModeChange()
public void testParseRename100_NewStyle()
public void testParseRename100_OldStyle()
public void testParseCopy100()
public void testParseFullIndexLine_WithMode()
public void testParseFullIndexLine_NoMode()
public void testParseAbbrIndexLine_WithMode()
public void testParseAbbrIndexLine_NoMode()
Copyright © 2015 Eclipse JGit Project. All rights reserved.