Test class for Kernel.BasicConsole class.
Inheritance Hierarchy
Testing._Kernel BasicConsoleTest
Namespace: Testing._Kernel
Assembly: Testing.Kernel (in Testing.Kernel.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
The BasicConsoleTest type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | BasicConsoleTest | Initializes a new instance of the BasicConsoleTest class |
Methods
Name | Description | |
---|---|---|
![]() ![]() | Cleanup |
Cleans up the test class.
|
![]() | Clear_Test |
Tests the Clear() method.
|
![]() | Colour_Test |
Tests the "colour" field is used properly.
|
![]() ![]() | Init |
Initialises the test class.
|
![]() | Write_Test |
Tests the Write() method.
|
![]() | Write_Test(String) |
Tests the Write() method.
|
![]() | WriteLine_Test |
Tests the WriteLine() method.
|
![]() | WriteLine_Test(String) |
Tests the WriteLine() method.
|
Fields
Name | Description | |
---|---|---|
![]() ![]() | vidMemory |
Pointer to the memory to use for the simulated video memory for use by the console.
|
![]() ![]() | vidMemoryMax |
Pointer to the end of the memory to use for the simulated video memory for use by the console.
|
See Also