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