C# 클래스 Universe.Framework.ConsoleFramework.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
파일 보기 프로젝트 열기: Virtual-Universe/Virtual-Universe

공개 메소드들

메소드 설명
Initialize ( IConfigSource source, ISimulationBase simBase ) : void
LockOutput ( ) : void
Output ( string text, Level level ) : void
ReadLine ( string p, bool isCommand, bool e ) : string
UnlockOutput ( ) : void

메소드 상세

Initialize() 공개 메소드

public Initialize ( IConfigSource source, ISimulationBase simBase ) : void
source IConfigSource
simBase ISimulationBase
리턴 void

LockOutput() 공개 메소드

public LockOutput ( ) : void
리턴 void

Output() 공개 메소드

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

ReadLine() 공개 메소드

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

UnlockOutput() 공개 메소드

public UnlockOutput ( ) : void
리턴 void