C# Class GitSharp.Core.Tests.PackReverseIndexTest

Inheritance: RepositoryTestCase
Show file Open project: stschake/GitSharp

Public Methods

Method Description
setUp ( ) : void

Set up tested class instance, test constructor by the way.

Private Methods

Method Description
FindFirstOffset ( ) : long
testFindNextOffset ( ) : void
testFindNextOffsetWrongOffset ( ) : void
testFindObject ( ) : void
testFindObjectWrongOffset ( ) : void

Method Details

setUp() public method

Set up tested class instance, test constructor by the way.
public setUp ( ) : void
return void