Summary
Ensures that the tool exist under the tool settings tool path.
Syntax
public static void GivenSettingsToolPathExist<TToolSettings, TFixtureResult>(this ToolFixture<TToolSettings, TFixtureResult> fixture)
where TToolSettings : ToolSettings, new() where TFixtureResult : ToolFixtureResult
Type Parameters
Name |
Description |
TToolSettings |
The type of the tool settings. |
TFixtureResult |
The type of the fixture result. |
Parameters
Name |
Type |
Description |
fixture |
ToolFixture<TToolSettings, TFixtureResult> |
The fixture. |
Return Value