Summary
Creates the tool fixture result from the provided
tool path and process settings.
- Namespace
- Cake
.Testing .Fixtures - Containing Type
- ToolFixture
<TToolSettings>
Syntax
protected override sealed ToolFixtureResult CreateResult(FilePath path, ProcessSettings process)
Parameters
Name | Type | Description |
---|---|---|
path | FilePath | The tool path. |
process | ProcessSettings | The process settings. |
Return Value
Type | Description |
---|---|
ToolFixtureResult | A tool fixture result. |