Class BaseDocIdSetTestCase<T>
Base test class for
Inherited Members
Assembly: Lucene.Net.TestFramework.dll
Syntax
public abstract class BaseDocIdSetTestCase<T> : LuceneTestCase where T : DocIdSet
Type Parameters
Name | Description |
---|---|
T |
Methods
Name | Description |
---|---|
AssertEquals(Int32, BitArray, T) | Assert that the content of the |
CopyOf(BitArray, Int32) | Create a copy of the given bits.
|
RandomSet(Int32, Int32) | Create a random set which has of its bits set.
|
RandomSet(Int32, Single) | Same as |
Test1Bit() | Test length=1. |
Test2Bits() | Test length=2. |
TestAgainstBitSet() | Compare the content of the set against a |
TestNoBit() | Test length=0. |