public class SimilarityIndexTest extends Object
| Constructor and Description |
|---|
SimilarityIndexTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
testCommonScore_EmptyFiles() |
void |
testCommonScore_SameFiles_CR_canonicalization() |
void |
testCommonScore_SameFiles() |
void |
testCommonScore_SimiliarBy75() |
void |
testCommonScore_TotallyDifferentFiles() |
void |
testCommonScoreLargeObject_SameFiles_CR_canonicalization() |
void |
testIndexingLargeObject() |
void |
testIndexingSmallObject() |
public void testIndexingSmallObject()
throws org.eclipse.jgit.diff.SimilarityIndex.TableFullException
org.eclipse.jgit.diff.SimilarityIndex.TableFullExceptionpublic void testIndexingLargeObject()
throws IOException,
org.eclipse.jgit.diff.SimilarityIndex.TableFullException
IOExceptionorg.eclipse.jgit.diff.SimilarityIndex.TableFullExceptionpublic void testCommonScore_SameFiles()
throws org.eclipse.jgit.diff.SimilarityIndex.TableFullException
org.eclipse.jgit.diff.SimilarityIndex.TableFullExceptionpublic void testCommonScore_SameFiles_CR_canonicalization()
throws org.eclipse.jgit.diff.SimilarityIndex.TableFullException
org.eclipse.jgit.diff.SimilarityIndex.TableFullExceptionpublic void testCommonScoreLargeObject_SameFiles_CR_canonicalization()
throws org.eclipse.jgit.diff.SimilarityIndex.TableFullException,
IOException
org.eclipse.jgit.diff.SimilarityIndex.TableFullExceptionIOExceptionpublic void testCommonScore_EmptyFiles()
throws org.eclipse.jgit.diff.SimilarityIndex.TableFullException
org.eclipse.jgit.diff.SimilarityIndex.TableFullExceptionpublic void testCommonScore_TotallyDifferentFiles()
throws org.eclipse.jgit.diff.SimilarityIndex.TableFullException
org.eclipse.jgit.diff.SimilarityIndex.TableFullExceptionpublic void testCommonScore_SimiliarBy75()
throws org.eclipse.jgit.diff.SimilarityIndex.TableFullException
org.eclipse.jgit.diff.SimilarityIndex.TableFullExceptionCopyright © 2015. All rights reserved.