ToolFixture<TToolSettings, TFixtureResult>.

CreateResult(FilePath, ProcessSettings) Method

Summary

Creates the tool fixture result from the provided tool path and process settings.

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.