public class HistogramDiffTest extends AbstractDiffTestCase
Constructor and Description |
---|
HistogramDiffTest() |
Modifier and Type | Method and Description |
---|---|
protected org.eclipse.jgit.diff.HistogramDiff |
algorithm() |
void |
testEdit_LcsContainsUnique() |
void |
testEdit_NoUniqueMiddleSide_FlipAndExpand() |
void |
testEdit_NoUniqueMiddleSide_FlipBlocks() |
void |
testEdit_NoUniqueMiddleSide_Insert2() |
void |
testExceedsChainLength_DuringScanOfA() |
void |
testExceedsChainLength_DuringScanOfB() |
void |
testFallbackToMyersDiff() |
diff, t, testCreateFile, testDegenerate_DeleteEnd, testDegenerate_DeleteMiddle, testDegenerate_DeleteStart, testDegenerate_InsertEnd, testDegenerate_InsertMiddle, testDegenerate_InsertsIntoMidPosition, testDegenerate_InsertStart, testDegenerate_ReplaceMiddle, testDeleteFile, testEdit_CommonGrowsPrefixAndSuffix, testEdit_CommonReplaceCommonDeleteCommon, testEdit_DeleteNearCommonCenter, testEdit_DeleteNearCommonTail, testEdit_DuplicateAButCommonUniqueInB, testEdit_InsertNearCommonCenter, testEdit_InsertNearCommonTail, testEdit_InvertBlocks, testEdit_LinuxBug, testEdit_MoveBlock, testEdit_ReplaceCommonDelete, testEdit_UniqueCommonLargerThanMatchPoint, testEmptyInputs
protected org.eclipse.jgit.diff.HistogramDiff algorithm()
algorithm
in class AbstractDiffTestCase
public void testEdit_NoUniqueMiddleSide_FlipBlocks()
public void testEdit_NoUniqueMiddleSide_Insert2()
public void testEdit_NoUniqueMiddleSide_FlipAndExpand()
public void testEdit_LcsContainsUnique()
public void testExceedsChainLength_DuringScanOfA()
public void testExceedsChainLength_DuringScanOfB()
public void testFallbackToMyersDiff()
Copyright © 2018 Eclipse JGit Project. All rights reserved.