C# 클래스 ShellMe.Testing.UserInputStreamHelper

파일 보기 프로젝트 열기: dff-solutions/shell.me

공개 메소드들

메소드 설명
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