C# Class cmdR.Tests.CmdRTests.FakeCmdRConsole

Inheritance: ICmdRConsole
Show file Open project: theouteredge/cmdR Class Usage Examples

Public Methods

Method Description
Clear ( ) : void
FakeCmdRConsole ( string textToRead ) : System.Collections.Generic
ReadLine ( ) : string
Write ( string line ) : void
WriteLine ( string line ) : void

Method Details

Clear() public method

public Clear ( ) : void
return void

FakeCmdRConsole() public method

public FakeCmdRConsole ( string textToRead ) : System.Collections.Generic
textToRead string
return System.Collections.Generic

ReadLine() public method

public ReadLine ( ) : string
return string

Write() public method

public Write ( string line ) : void
line string
return void

WriteLine() public method

public WriteLine ( string line ) : void
line string
return void