Summary
Gets or sets the process that will be returned
when starting a process.
- Namespace
- Cake
.Testing .Fixtures - Containing Type
- Tool
Fixture Process Runner <TFixtureResult>
Syntax
public FakeProcess Process { get; set; }
Value
Type | Description |
---|---|
FakeProcess | The process. |