Exemplo n.º 1
0
 internal HangingListSnapshot(FileRoleRepositoryTest outerInstance, DoubleLatch latch, long timestamp, IList <RoleRecord> values) : base(timestamp, values, true)
 {
     this._outerInstance = outerInstance;
     this.Latch          = latch;
 }
Exemplo n.º 2
0
 public DelegatingFileSystemAbstractionAnonymousInnerClass(FileRoleRepositoryTest outerInstance, FileSystemAbstraction fs, IOException exception) : base(fs)
 {
     this.outerInstance = outerInstance;
     this._exception    = exception;
 }