Inheritance: LuceneTestCase
Example #1
0
 internal TestIndex(BaseTestRangeFilter enclosingInstance, int minR, int maxR, bool allowNegativeRandomInts)
 {
     InitBlock(enclosingInstance);
     this.minR = minR;
     this.maxR = maxR;
     this.allowNegativeRandomInts = allowNegativeRandomInts;
 }
Example #2
0
 private void  InitBlock(BaseTestRangeFilter enclosingInstance)
 {
     this.enclosingInstance = enclosingInstance;
 }