C# Class ShellMe.Testing.UserInputStreamHelper

Datei anzeigen Open project: dff-solutions/shell.me

Public Methods

Method 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 method

public static AddBackspaceHit ( this sequence ) : IEnumerable
sequence this
return IEnumerable

AddBackspaceHit() public static method

public static AddBackspaceHit ( this sequence, int times ) : IEnumerable
sequence this
times int
return IEnumerable

AddEnterHit() public static method

public static AddEnterHit ( this sequence ) : IEnumerable
sequence this
return IEnumerable

AddInputSequence() public static method

public static AddInputSequence ( this sequence, string text ) : IEnumerable
sequence this
text string
return IEnumerable

AddLeftArrowHit() public static method

public static AddLeftArrowHit ( this sequence ) : IEnumerable
sequence this
return IEnumerable

AddLeftArrowHit() public static method

public static AddLeftArrowHit ( this sequence, int times ) : IEnumerable
sequence this
times int
return IEnumerable

AddRightArrowHit() public static method

public static AddRightArrowHit ( this sequence ) : IEnumerable
sequence this
return IEnumerable

AddRightArrowHit() public static method

public static AddRightArrowHit ( this sequence, int times ) : IEnumerable
sequence this
times int
return IEnumerable

ReadUntilSequenceIsOver() public static method

public static ReadUntilSequenceIsOver ( this adapter, IEnumerable inputSequence ) : void
adapter this
inputSequence IEnumerable
return void

ToInputSequence() public static method

public static ToInputSequence ( this text ) : IEnumerable
text this
return IEnumerable