C# Class 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
Inheritance: CommandConsole
Afficher le fichier Open project: N3X15/VoxelSim

Méthodes publiques

Méthode Description
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

Method Details

LockOutput() public méthode

public LockOutput ( ) : void
Résultat void

MockConsole() public méthode

public MockConsole ( string defaultPrompt ) : System
defaultPrompt string
Résultat System

Output() public méthode

public Output ( string text ) : void
text string
Résultat void

Output() public méthode

public Output ( string text, string level ) : void
text string
level string
Résultat void

ReadLine() public méthode

public ReadLine ( string p, bool isCommand, bool e ) : string
p string
isCommand bool
e bool
Résultat string

UnlockOutput() public méthode

public UnlockOutput ( ) : void
Résultat void