C# 클래스 cmdR.Tests.CmdRTests.FakeCmdRConsole

상속: ICmdRConsole
파일 보기 프로젝트 열기: theouteredge/cmdR 1 사용 예제들

공개 메소드들

메소드 설명
Clear ( ) : void
FakeCmdRConsole ( string textToRead ) : System.Collections.Generic
ReadLine ( ) : string
Write ( string line ) : void
WriteLine ( string line ) : void

메소드 상세

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

FakeCmdRConsole() 공개 메소드

public FakeCmdRConsole ( string textToRead ) : System.Collections.Generic
textToRead string
리턴 System.Collections.Generic

ReadLine() 공개 메소드

public ReadLine ( ) : string
리턴 string

Write() 공개 메소드

public Write ( string line ) : void
line string
리턴 void

WriteLine() 공개 메소드

public WriteLine ( string line ) : void
line string
리턴 void