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