Inheritance: Lucene.Net.Util.LuceneTestCase
			private void  InitBlock(System.Random rnd, TestBooleanMinShouldMatch enclosingInstance)
			{
				this.rnd = rnd;
				this.enclosingInstance = enclosingInstance;
			}
 public DefaultSimilarityAnonymousInnerClassHelper2(TestBooleanMinShouldMatch outerInstance)
 {
     this.OuterInstance = outerInstance;
 }
			public AnonymousClassCallback(System.Random rnd, TestBooleanMinShouldMatch enclosingInstance)
			{
				InitBlock(rnd, enclosingInstance);
			}
Ejemplo n.º 4
0
 private void  InitBlock(System.Random rnd, TestBooleanMinShouldMatch enclosingInstance)
 {
     this.rnd = rnd;
     this.enclosingInstance = enclosingInstance;
 }
 public CallbackAnonymousInnerClassHelper(TestBooleanMinShouldMatch outerInstance, string field, string[] vals)
 {
     this.OuterInstance = outerInstance;
     this.Field         = field;
     this.Vals          = vals;
 }
Ejemplo n.º 6
0
 public AnonymousClassCallback(System.Random rnd, TestBooleanMinShouldMatch enclosingInstance)
 {
     InitBlock(rnd, enclosingInstance);
 }
 public DefaultSimilarityAnonymousInnerClassHelper2(TestBooleanMinShouldMatch outerInstance)
 {
     this.OuterInstance = outerInstance;
 }
 public CallbackAnonymousInnerClassHelper(TestBooleanMinShouldMatch outerInstance, string field, string[] vals)
 {
     this.OuterInstance = outerInstance;
     this.Field = field;
     this.Vals = vals;
 }
Ejemplo n.º 9
0
 public DefaultSimilarityAnonymousClass2(TestBooleanMinShouldMatch outerInstance)
 {
     this.outerInstance = outerInstance;
 }
Ejemplo n.º 10
0
 public CallbackAnonymousClass(TestBooleanMinShouldMatch outerInstance, string field, string[] vals)
 {
     this.outerInstance = outerInstance;
     this.field         = field;
     this.vals          = vals;
 }