C# Class Tests.Fakes.FakeWorker

Inheritance: IWorker
Afficher le fichier Open project: Confirmit/Students Class Usage Examples

Méthodes publiques

Méthode Description
FakeWorker ( ) : System.Text
ReadLine ( ) : string
Write ( string value ) : void
WriteLine ( ) : void
WriteLine ( string value ) : void

Method Details

FakeWorker() public méthode

public FakeWorker ( ) : System.Text
Résultat System.Text

ReadLine() public méthode

public ReadLine ( ) : string
Résultat string

Write() public méthode

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

WriteLine() public méthode

public WriteLine ( ) : void
Résultat void

WriteLine() public méthode

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