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