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