BasicConsoleTest Class Fling OS
Test class for Kernel.BasicConsole class.
Inheritance Hierarchy

System Object
  Testing._Kernel BasicConsoleTest

Namespace: Testing._Kernel
Assembly: Testing.Kernel (in Testing.Kernel.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

[TestClassAttribute]
public class BasicConsoleTest

The BasicConsoleTest type exposes the following members.

Constructors

  NameDescription
Public methodBasicConsoleTest
Initializes a new instance of the BasicConsoleTest class
Top
Methods

  NameDescription
Public methodStatic memberCleanup
Cleans up the test class.
Public methodClear_Test
Tests the Clear() method.
Public methodColour_Test
Tests the "colour" field is used properly.
Public methodStatic memberInit
Initialises the test class.
Public methodWrite_Test 
Tests the Write() method.
Private methodWrite_Test(String)
Tests the Write() method.
Public methodWriteLine_Test 
Tests the WriteLine() method.
Private methodWriteLine_Test(String)
Tests the WriteLine() method.
Top
Fields

  NameDescription
Private fieldStatic membervidMemory
Pointer to the memory to use for the simulated video memory for use by the console.
Private fieldStatic membervidMemoryMax
Pointer to the end of the memory to use for the simulated video memory for use by the console.
Top
See Also