Summary
Ensures that the specified file does not exist.
- Namespace
- Cake
.Testing - Containing Type
- Fake
File System Extensions
Syntax
public static void EnsureFileDoesNotExist(this FakeFileSystem fileSystem, FilePath path)
Parameters
Name | Type | Description |
---|---|---|
fileSystem | FakeFileSystem | The file system. |
path | FilePath | The path. |
Return Value
Type | Description |
---|---|
void |