Method | 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 |
public MockConsole ( string defaultPrompt ) : System | ||
defaultPrompt | string | |
return | System |
public Output ( string text, string level ) : void | ||
text | string | |
level | string | |
return | void |
public ReadLine ( string p, bool isCommand, bool e ) : string | ||
p | string | |
isCommand | bool | |
e | bool | |
return | string |