Inheritance: Lucene.Net.Util.LuceneTestCase
 public IndexingThread(TestStressIndexing2 outerInstance)
 {
     this.outerInstance = outerInstance;
 }
Example #2
0
			public MockIndexWriter(TestStressIndexing2 enclosingInstance, Directory dir, bool autoCommit, Analyzer a, bool create):base(dir, autoCommit, a, create)
			{
				InitBlock(enclosingInstance);
			}
 public YieldTestPoint(TestStressIndexing2 outerInstance)
 {
     this.outerInstance = outerInstance;
 }
Example #4
0
			private void  InitBlock(TestStressIndexing2 enclosingInstance)
			{
				this.enclosingInstance = enclosingInstance;
			}
Example #5
0
 public MockIndexWriter(TestStressIndexing2 enclosingInstance, Directory dir, bool autoCommit, Analyzer a, bool create) : base(dir, autoCommit, a, create)
 {
     InitBlock(enclosingInstance);
 }
Example #6
0
 private void  InitBlock(TestStressIndexing2 enclosingInstance)
 {
     this.enclosingInstance = enclosingInstance;
 }
Example #7
0
 public MockIndexWriter(TestStressIndexing2 enclosingInstance, Directory dir, Analyzer a, bool create, IndexWriter.MaxFieldLength mfl) : base(dir, a, create, mfl)
 {
     InitBlock(enclosingInstance);
 }
Example #8
0
			public MockIndexWriter(TestStressIndexing2 enclosingInstance, Directory dir, Analyzer a, bool create, IndexWriter.MaxFieldLength mfl):base(dir, a, create, mfl)
			{
				InitBlock(enclosingInstance);
			}