/// <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; }
/// <exception cref="System.IO.IOException"/> internal TestLFS(TestViewFsTrash _enclosing) : this(new Path(this._enclosing.fileSystemTestHelper.GetTestRootDir())) { this._enclosing = _enclosing; }