Inheritance: Lucene.Net.Util.LuceneTestCase
Esempio n. 1
0
 private void  InitBlock(float[] scores, TestSetNorm enclosingInstance)
 {
     this.scores            = scores;
     this.enclosingInstance = enclosingInstance;
 }
Esempio n. 2
0
			private void  InitBlock(float[] scores, TestSetNorm enclosingInstance)
			{
				this.scores = scores;
				this.enclosingInstance = enclosingInstance;
			}
Esempio n. 3
0
 public AnonymousClassCollector(float[] scores, TestSetNorm enclosingInstance)
 {
     InitBlock(scores, enclosingInstance);
 }
Esempio n. 4
0
			public AnonymousClassHitCollector(float[] scores, TestSetNorm enclosingInstance)
			{
				InitBlock(scores, enclosingInstance);
			}