C# Class ShellMe.Testing.UserInputStreamHelper

Afficher le fichier Open project: dff-solutions/shell.me

Méthodes publiques

Méthode Description
AddBackspaceHit ( this sequence ) : IEnumerable
AddBackspaceHit ( this sequence, int times ) : IEnumerable
AddEnterHit ( this sequence ) : IEnumerable
AddInputSequence ( this sequence, string text ) : IEnumerable
AddLeftArrowHit ( this sequence ) : IEnumerable
AddLeftArrowHit ( this sequence, int times ) : IEnumerable
AddRightArrowHit ( this sequence ) : IEnumerable
AddRightArrowHit ( this sequence, int times ) : IEnumerable
ReadUntilSequenceIsOver ( this adapter, IEnumerable inputSequence ) : void
ToInputSequence ( this text ) : IEnumerable

Method Details

AddBackspaceHit() public static méthode

public static AddBackspaceHit ( this sequence ) : IEnumerable
sequence this
Résultat IEnumerable

AddBackspaceHit() public static méthode

public static AddBackspaceHit ( this sequence, int times ) : IEnumerable
sequence this
times int
Résultat IEnumerable

AddEnterHit() public static méthode

public static AddEnterHit ( this sequence ) : IEnumerable
sequence this
Résultat IEnumerable

AddInputSequence() public static méthode

public static AddInputSequence ( this sequence, string text ) : IEnumerable
sequence this
text string
Résultat IEnumerable

AddLeftArrowHit() public static méthode

public static AddLeftArrowHit ( this sequence ) : IEnumerable
sequence this
Résultat IEnumerable

AddLeftArrowHit() public static méthode

public static AddLeftArrowHit ( this sequence, int times ) : IEnumerable
sequence this
times int
Résultat IEnumerable

AddRightArrowHit() public static méthode

public static AddRightArrowHit ( this sequence ) : IEnumerable
sequence this
Résultat IEnumerable

AddRightArrowHit() public static méthode

public static AddRightArrowHit ( this sequence, int times ) : IEnumerable
sequence this
times int
Résultat IEnumerable

ReadUntilSequenceIsOver() public static méthode

public static ReadUntilSequenceIsOver ( this adapter, IEnumerable inputSequence ) : void
adapter this
inputSequence IEnumerable
Résultat void

ToInputSequence() public static méthode

public static ToInputSequence ( this text ) : IEnumerable
text this
Résultat IEnumerable