Rosalia.TestingSupport.FileSystem.FileStub.EnsureExists C# (CSharp) Method

EnsureExists() public method

public EnsureExists ( ) : void
return void
        public override void EnsureExists()
        {
            _exists = true;
        }