Inheritance: Lucene.Net.Util.LuceneTestCase
Esempio n. 1
0
 public SeekCountingDirectory(TestLazyProxSkipping outerInstance, Directory @delegate)
     : base(Random(), @delegate)
 {
     this.OuterInstance = outerInstance;
 }
Esempio n. 2
0
 public AnalyzerAnonymousInnerClassHelper(TestLazyProxSkipping outerInstance)
 {
     this.OuterInstance = outerInstance;
 }
Esempio n. 3
0
 internal SeeksCountingStream(TestLazyProxSkipping outerInstance, IndexInput input)
     : base("SeekCountingStream(" + input + ")")
 {
     this.OuterInstance = outerInstance;
     this.Input         = input;
 }
Esempio n. 4
0
 public SeekCountingDirectory(TestLazyProxSkipping enclosingInstance)
 {
     InitBlock(enclosingInstance);
 }
Esempio n. 5
0
 private void  InitBlock(TestLazyProxSkipping enclosingInstance)
 {
     this.enclosingInstance = enclosingInstance;
 }
 private void  InitBlock(TestLazyProxSkipping enclosingInstance)
 {
     this.enclosingInstance = enclosingInstance;
 }
Esempio n. 7
0
 internal SeeksCountingStream(TestLazyProxSkipping enclosingInstance, IndexInput input)
 {
     InitBlock(enclosingInstance);
     this.input = input;
 }
 public SeekCountingDirectory(TestLazyProxSkipping enclosingInstance)
 {
     InitBlock(enclosingInstance);
 }
 internal SeeksCountingStream(TestLazyProxSkipping enclosingInstance, IndexInput input)
 {
     InitBlock(enclosingInstance);
     this.input = input;
 }
Esempio n. 10
0
 public SeekCountingDirectory(TestLazyProxSkipping outerInstance, Directory @delegate)
     : base(Random(), @delegate)
 {
     this.OuterInstance = outerInstance;
 }
Esempio n. 11
0
 public AnalyzerAnonymousInnerClassHelper(TestLazyProxSkipping outerInstance)
 {
     this.OuterInstance = outerInstance;
 }
Esempio n. 12
0
 internal SeeksCountingStream(TestLazyProxSkipping outerInstance, IndexInput input)
     : base("SeekCountingStream(" + input + ")")
 {
     this.OuterInstance = outerInstance;
     this.Input = input;
 }