Esempio n. 1
0
 /// <exception cref="System.IO.IOException"/>
 internal TestLFS(TestViewFsTrash _enclosing, Path home)
     : base()
 {
     this._enclosing = _enclosing;
     // the target file system - the mount will point here
     this.home = home;
 }
Esempio n. 2
0
 /// <exception cref="System.IO.IOException"/>
 internal TestLFS(TestViewFsTrash _enclosing)
     : this(new Path(this._enclosing.fileSystemTestHelper.GetTestRootDir()))
 {
     this._enclosing = _enclosing;
 }