Inheritance: Lucene.Net.Util.LuceneTestCase
			private void  InitBlock(TestThreadSafe enclosingInstance)
			{
				this.enclosingInstance = enclosingInstance;
			}
Exemple #2
0
 private void  InitBlock(TestThreadSafe enclosingInstance)
 {
     this.enclosingInstance = enclosingInstance;
 }
			// pass in random in case we want to make things reproducable
			public Thr(TestThreadSafe enclosingInstance, int iter, System.Random rand, int level)
			{
				InitBlock(enclosingInstance);
				this.iter = iter;
				this.rand = rand;
			}
Exemple #4
0
 // pass in random in case we want to make things reproducable
 public Thr(TestThreadSafe enclosingInstance, int iter, System.Random rand)
 {
     InitBlock(enclosingInstance);
     this.iter = iter;
     this.rand = rand;
 }