C# 클래스 OpenSim.Framework.Console.MockConsole

This is a Fake console that's used when setting up the Scene in Unit Tests Don't use this except for Unit Testing or you're in for a world of hurt when the sim gets to ReadLine
상속: CommandConsole
파일 보기 프로젝트 열기: N3X15/VoxelSim

공개 메소드들

메소드 설명
LockOutput ( ) : void
MockConsole ( string defaultPrompt ) : System
Output ( string text ) : void
Output ( string text, string level ) : void
ReadLine ( string p, bool isCommand, bool e ) : string
UnlockOutput ( ) : void

메소드 상세

LockOutput() 공개 메소드

public LockOutput ( ) : void
리턴 void

MockConsole() 공개 메소드

public MockConsole ( string defaultPrompt ) : System
defaultPrompt string
리턴 System

Output() 공개 메소드

public Output ( string text ) : void
text string
리턴 void

Output() 공개 메소드

public Output ( string text, string level ) : void
text string
level string
리턴 void

ReadLine() 공개 메소드

public ReadLine ( string p, bool isCommand, bool e ) : string
p string
isCommand bool
e bool
리턴 string

UnlockOutput() 공개 메소드

public UnlockOutput ( ) : void
리턴 void