Class FakeConsole
public static class FakeConsole
- Inheritance
-
FakeConsole
- Inherited Members
Fields
- HEIGHT
Specifies the initial console height.
- MockKeyPresses
A stack of keypresses to return when ReadKey is called.
- WIDTH
Specifies the initial console width.
Properties
Methods
- PushMockKeyPress(KeyCode)
Helper to push a KeyCode onto MockKeyPresses.