Summary
Contains extension methods for
ToolFixture<TToolSettings, TFixtureResult>
.
- Namespace
- Cake
.Testing - Base Types
-
- object
graph BT
Type-->Base0["object"]
Type["ToolFixtureExtensions"]
class Type type-node
Syntax
public static class ToolFixtureExtensions
Methods
Name | Value | Summary |
---|---|---|
Given |
void |
Ensures that the tool does not exist under the tool settings tool path.
static
|
Given |
void |
Ensures that the tool's process is unable to start.
static
|
Given |
void |
Ensures that the tool process exits with the given exit code.
static
|
Given |
void |
Ensures that the tool exist under the tool settings tool path.
static
|
Extension Methods
Name | Value | Summary |
---|---|---|
ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
To |
string |
From StringExtensions
Requires the Cake.Issues addin
|