Наследование: Lucene.Net.Util.LuceneTestCase
Пример #1
0
 public ThreadAnonymousInnerClassHelper(TestFieldCache outerInstance, IFieldCache cache, AtomicBoolean failed, AtomicInt32 iters, int NUM_ITER, Barrier restart)
 {
     this.OuterInstance = outerInstance;
     this.Cache         = cache;
     this.Failed        = failed;
     this.Iters         = iters;
     this.NUM_ITER      = NUM_ITER;
     this.Restart       = restart;
 }
Пример #2
0
 public ThreadAnonymousClass(TestFieldCache outerInstance, IFieldCache cache, AtomicBoolean failed, AtomicInt32 iters, int NUM_ITER, Barrier restart)
 {
     this.outerInstance = outerInstance;
     this.cache         = cache;
     this.failed        = failed;
     this.iters         = iters;
     this.NUM_ITER      = NUM_ITER;
     this.restart       = restart;
 }
Пример #3
0
 public RunnableAnonymousInnerClassHelper(TestFieldCache outerInstance, IFieldCache cache, AtomicInt32 iters)
 {
     this.OuterInstance = outerInstance;
     this.Cache         = cache;
     this.Iters         = iters;
 }
Пример #4
0
 public RunnableAnonymousClass(TestFieldCache outerInstance, IFieldCache cache, AtomicInt32 iters)
 {
     this.outerInstance = outerInstance;
     this.cache         = cache;
     this.iters         = iters;
 }
Пример #5
0
 public RunnableAnonymousInnerClassHelper(TestFieldCache outerInstance, IFieldCache cache, AtomicInteger iters)
 {
     this.OuterInstance = outerInstance;
     this.Cache = cache;
     this.Iters = iters;
 }
Пример #6
0
 public ThreadAnonymousInnerClassHelper(TestFieldCache outerInstance, IFieldCache cache, AtomicBoolean failed, AtomicInteger iters, int NUM_ITER, Barrier restart)
 {
     this.OuterInstance = outerInstance;
     this.Cache = cache;
     this.Failed = failed;
     this.Iters = iters;
     this.NUM_ITER = NUM_ITER;
     this.Restart = restart;
 }