Inheritance: LuceneTestCase
Beispiel #1
0
 public ThreadAnonymousInnerClassHelper(TestNeverDelete outerInstance, RandomIndexWriter w, long stopTime)
 {
     this.OuterInstance = outerInstance;
     this.w             = w;
     this.StopTime      = stopTime;
 }
 public ThreadAnonymousInnerClassHelper(TestNeverDelete outerInstance, RandomIndexWriter w, long stopTime)
 {
     this.OuterInstance = outerInstance;
     this.w = w;
     this.StopTime = stopTime;
 }