FakeFileSystemExtensions.

EnsureFileDoesNotExist(FakeFileSystem, FilePath) Method

Summary

Ensures that the specified file does not exist.
Namespace
Cake.Testing
Containing Type
FakeFileSystemExtensions

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