Summary
Contains extensions for
FakeFileSystem
.
- Namespace
- Cake
.Testing - Base Types
-
- object
graph BT
Type-->Base0["object"]
Type["FakeFileSystemExtensions"]
class Type type-node
Syntax
public static class FakeFileSystemExtensions
Methods
Name | Value | Summary |
---|---|---|
CreateDirectory |
FakeDirectory |
Creates a directory at the specified path.
static
|
CreateFile |
FakeFile |
Creates a file at the specified path.
static
|
CreateFile |
FakeFile |
Creates a file at the specified path.
static
|
Ensure |
void |
Ensures that the specified file does not exist.
static
|
Extension Methods
Name | Value | Summary |
---|---|---|
ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
To |
string |
From StringExtensions
Requires the Cake.Issues addin
|