Summary
Sets the standard output.
- Namespace
- Cake
.Testing - Containing Type
- FakeProcess
Syntax
public void SetStandardOutput(IEnumerable<string> standardOutput)
Parameters
| Name | Type | Description |
|---|---|---|
| standardOutput | IEnumerable |
The standard output. |
Return Value
| Type | Description |
|---|---|
| void |
