C# Class GitSharp.Core.Tests.PackIndexTestCase

Inheritance: RepositoryTestCase
Show file Open project: stschake/GitSharp

Protected Properties

Property Type Description
smallIdx PackIndex

Public Methods

Method Description
testCRC32 ( ) : void

Verify CRC32 support.

Protected Methods

Method 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

Method Description
setUp ( ) : void
testCompareEntriesOffsetsWithFindOffsets ( ) : void
testIteratorMethodsContract ( ) : void
testIteratorReturnedValues1 ( ) : void
testIteratorReturnedValues2 ( ) : void

Method Details

GetFileForPack34Be9032() protected abstract method

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

GetFileForPackdf2982F28() protected abstract method

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

testCRC32() public abstract method

Verify CRC32 support.
public abstract testCRC32 ( ) : void
return void

Property Details

smallIdx protected property

protected PackIndex smallIdx
return PackIndex