상속: LuceneTestCase
예제 #1
0
			private void  InitBlock(TestIndexWriterDelete enclosingInstance)
			{
				this.enclosingInstance = enclosingInstance;
			}
예제 #2
0
 public FailureAnonymousInnerClassHelper(TestIndexWriterDelete outerInstance)
 {
     this.OuterInstance = outerInstance;
     sawMaybe = false;
     failed = false;
 }
예제 #3
0
			public AnonymousClassFailure(TestIndexWriterDelete enclosingInstance)
			{
				InitBlock(enclosingInstance);
			}
예제 #4
0
 public ThreadAnonymousInnerClassHelper(TestIndexWriterDelete outerInstance, RandomIndexWriter modifier, CountDownLatch latch, CountDownLatch doneLatch, int offset)
 {
     this.OuterInstance = outerInstance;
     this.Modifier = modifier;
     this.Latch = latch;
     this.DoneLatch = doneLatch;
     this.Offset = offset;
 }
예제 #5
0
 public IndexWriterAnonymousInnerClassHelper(TestIndexWriterDelete outerInstance, Directory dir, IndexWriterConfig setReaderPooling, AtomicInteger docsInSegment, AtomicBoolean closing, AtomicBoolean sawAfterFlush)
     : base(dir, setReaderPooling)
 {
     this.OuterInstance = outerInstance;
     this.DocsInSegment = docsInSegment;
     this.Closing = closing;
     this.SawAfterFlush = sawAfterFlush;
 }
예제 #6
0
 public AnalyzerAnonymousInnerClassHelper(TestIndexWriterDelete outerInstance)
 {
     this.OuterInstance = outerInstance;
 }
예제 #7
0
 private void  InitBlock(TestIndexWriterDelete enclosingInstance)
 {
     this.enclosingInstance = enclosingInstance;
 }
예제 #8
0
 public AnonymousClassFailure(TestIndexWriterDelete enclosingInstance)
 {
     InitBlock(enclosingInstance);
 }