コード例 #1
0
 internal HumbleExplicitIndexUpgrader(ExplicitIndexMigratorTest outerInstance, Path indexRootPath, bool successfulMigration) : base(indexRootPath, NO_MONITOR)
 {
     this._outerInstance      = outerInstance;
     this.SuccessfulMigration = successfulMigration;
 }
コード例 #2
0
 internal TestExplicitIndexMigrator(ExplicitIndexMigratorTest outerInstance, FileSystemAbstraction fileSystem, ExplicitIndexProvider explicitIndexProvider, LogProvider logProvider, bool successfulMigration) : base(fileSystem, explicitIndexProvider, logProvider)
 {
     this._outerInstance      = outerInstance;
     this.SuccessfulMigration = successfulMigration;
 }