示例#1
0
        protected LuceneTestFrameworkInitializer()
        {
            codecFactory           = new TestCodecFactory();
            docValuesFormatFactory = new TestDocValuesFormatFactory();
            postingsFormatFactory  = new TestPostingsFormatFactory();
            configurationFactory   = new TestConfigurationFactory();

            useTempLineDocsFileRule = new UseTempLineDocsFileRule();
        }
 public StatementAnonymousInnerClassHelper(AbstractBeforeAfterRule outerInstance, Statement s)
 {
     this.OuterInstance = outerInstance;
       this.s = s;
 }
示例#3
0
 public StatementAnonymousInnerClassHelper(AbstractBeforeAfterRule outerInstance, Statement s)
 {
     this.OuterInstance = outerInstance;
     this.s             = s;
 }