Summary
Ensures that the tool's process is unable to start.
Syntax
public static void GivenProcessCannotStart<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