C# Class GitSharp.Tests.PackIndexTestCase

Inheritance: RepositoryTestCase
Afficher le fichier Open project: jagregory/GitSharp

Protected Properties

Свойство Type Description
smallIdx PackIndex

Méthodes publiques

Méthode Description
testCRC32 ( ) : void

Verify CRC32 support.

Méthodes protégées

Méthode Description
GetFileForPack34Be9032 ( ) : FileInfo

Return File with appropriate index version for prepared pack.

GetFileForPackdf2982F28 ( ) : FileInfo

Return File with appropriate index version for prepared pack.

Private Methods

Méthode Description
setUp ( ) : void
testCompareEntriesOffsetsWithFindOffsets ( ) : void
testIteratorMethodsContract ( ) : void
testIteratorReturnedValues1 ( ) : void
testIteratorReturnedValues2 ( ) : void

Method Details

GetFileForPack34Be9032() protected abstract méthode

Return File with appropriate index version for prepared pack.
protected abstract GetFileForPack34Be9032 ( ) : FileInfo
Résultat System.IO.FileInfo

GetFileForPackdf2982F28() protected abstract méthode

Return File with appropriate index version for prepared pack.
protected abstract GetFileForPackdf2982F28 ( ) : FileInfo
Résultat System.IO.FileInfo

testCRC32() public abstract méthode

Verify CRC32 support.
public abstract testCRC32 ( ) : void
Résultat void

Property Details

smallIdx protected_oe property

protected PackIndex smallIdx
Résultat PackIndex