C# Класс ShellMe.Testing.UserInputStreamHelper

Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

AddBackspaceHit() публичный статический Метод

public static AddBackspaceHit ( this sequence ) : IEnumerable
sequence this
Результат IEnumerable

AddBackspaceHit() публичный статический Метод

public static AddBackspaceHit ( this sequence, int times ) : IEnumerable
sequence this
times int
Результат IEnumerable

AddEnterHit() публичный статический Метод

public static AddEnterHit ( this sequence ) : IEnumerable
sequence this
Результат IEnumerable

AddInputSequence() публичный статический Метод

public static AddInputSequence ( this sequence, string text ) : IEnumerable
sequence this
text string
Результат IEnumerable

AddLeftArrowHit() публичный статический Метод

public static AddLeftArrowHit ( this sequence ) : IEnumerable
sequence this
Результат IEnumerable

AddLeftArrowHit() публичный статический Метод

public static AddLeftArrowHit ( this sequence, int times ) : IEnumerable
sequence this
times int
Результат IEnumerable

AddRightArrowHit() публичный статический Метод

public static AddRightArrowHit ( this sequence ) : IEnumerable
sequence this
Результат IEnumerable

AddRightArrowHit() публичный статический Метод

public static AddRightArrowHit ( this sequence, int times ) : IEnumerable
sequence this
times int
Результат IEnumerable

ReadUntilSequenceIsOver() публичный статический Метод

public static ReadUntilSequenceIsOver ( this adapter, IEnumerable inputSequence ) : void
adapter this
inputSequence IEnumerable
Результат void

ToInputSequence() публичный статический Метод

public static ToInputSequence ( this text ) : IEnumerable
text this
Результат IEnumerable