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
Показать файл Открыть проект

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

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