C# Class GitSharp.Tests.PackWriterTest

Inheritance: SampleDataRepositoryTestCase
Exibir arquivo Open project: jagregory/GitSharp

Private Methods

Method Description
CreateVerifyOpenPack ( IEnumerable interestings, IEnumerable uninterestings, bool thin, bool ignoreMissingUninteresting ) : void
CreateVerifyOpenPack ( IEnumerable objectSource ) : void
VerifyObjectsOrder ( ObjectId objectsOrder ) : void
VerifyOpenPack ( bool thin ) : void
WriteVerifyPack1 ( ) : void
WriteVerifyPack2 ( bool deltaReuse ) : void
WriteVerifyPack4 ( bool thin ) : void
setUp ( ) : void
tearDown ( ) : void
testContructor ( ) : void
testIgnoreNonExistingObjects ( ) : void
testModifySettings ( ) : void
testNotIgnoreNonExistingObjects ( ) : void
testWriteEmptyPack1 ( ) : void
testWriteEmptyPack2 ( ) : void
testWriteIndex ( ) : void
testWritePack1 ( ) : void
testWritePack1NoObjectReuse ( ) : void
testWritePack2 ( ) : void
testWritePack2DeltasCRC32Copy ( ) : void
testWritePack2DeltasReuseOffsets ( ) : void
testWritePack2DeltasReuseRefs ( ) : void
testWritePack2SizeDeltasVsNoDeltas ( ) : void
testWritePack2SizeOffsetsVsRefs ( ) : void
testWritePack3 ( ) : void
testWritePack4 ( ) : void
testWritePack4SizeThinVsNoThin ( ) : void
testWritePack4ThinPack ( ) : void