C# Class cmdR.Tests.CmdRTests.FakeCmdRConsole

Inheritance: ICmdRConsole
Afficher le fichier Open project: theouteredge/cmdR Class Usage Examples

Méthodes publiques

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

Method Details

Clear() public méthode

public Clear ( ) : void
Résultat void

FakeCmdRConsole() public méthode

public FakeCmdRConsole ( string textToRead ) : System.Collections.Generic
textToRead string
Résultat System.Collections.Generic

ReadLine() public méthode

public ReadLine ( ) : string
Résultat string

Write() public méthode

public Write ( string line ) : void
line string
Résultat void

WriteLine() public méthode

public WriteLine ( string line ) : void
line string
Résultat void