Method | Description | |
---|---|---|
ThrowOnError ( string line ) : void |
Throws an error message if the console output line contains an error message.
|
|
ToString ( ) : string |
Gets a string that represents the current ConsoleOutputReceiver.
|
Method | Description | |
---|---|---|
ProcessNewLines ( IEnumerable |
Processes the new lines.
|
protected ProcessNewLines ( IEnumerable |
||
lines | IEnumerable |
The lines. |
return | void |
public ThrowOnError ( string line ) : void | ||
line | string | /// The line to inspect. /// |
return | void |