C# Class Lucene.Net.Util.TestSortedVIntList

Inheritance: LuceneTestCase
显示文件 Open project: synhershko/lucene.net

Public Methods

Method Description
TstIllegalArgExc ( int ints ) : void
TstInts ( int ints ) : void
TstViaBitSet ( int ints, int expectedByteSize ) : void

Private Methods

Method Description
FibArray ( int a, int b, int size ) : int[]
ReverseDiffs ( int ints ) : int[]
Test01 ( ) : void
Test02 ( ) : void
Test04a ( ) : void
Test04b ( ) : void
Test04c ( ) : void
Test05 ( ) : void
Test05b ( ) : void
Test06 ( ) : void
Test06b ( ) : void
Test07a ( ) : void
Test07b ( ) : void
Test07c ( ) : void
Test08a ( ) : void
Test08b ( ) : void
Test08c ( ) : void
Test10 ( ) : void
Test11 ( ) : void
Test12 ( ) : void
TstIterator ( Lucene.Net.Util.SortedVIntList vintList, int ints ) : void
TstVIntList ( Lucene.Net.Util.SortedVIntList vintList, int ints, int expectedByteSize ) : void
VIntByteSize ( int i ) : int
VIntListByteSize ( int ints ) : int

Method Details

TstIllegalArgExc() public method

public TstIllegalArgExc ( int ints ) : void
ints int
return void

TstInts() public method

public TstInts ( int ints ) : void
ints int
return void

TstViaBitSet() public method

public TstViaBitSet ( int ints, int expectedByteSize ) : void
ints int
expectedByteSize int
return void