HeapTest Class Fling OS
Test class for Kernel.Heap class.
Inheritance Hierarchy

System Object
  Testing._Kernel HeapTest

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

[TestClassAttribute]
public class HeapTest

The HeapTest type exposes the following members.

Constructors

  NameDescription
Private methodStatic memberHeapTest
Public methodHeapTest
Initializes a new instance of the HeapTest class
Top
Methods

  NameDescription
Public methodAddBlock_Test
Tests the AddBlock() method.
Public methodAlloc_Test
Tests the Alloc() method.
Public methodFree_Test
Tests the Free() method.
Public methodGetNID_Test
Tests the GetNID() method.
Public methodTestCleanup
Cleans up the test class after each test.
Public methodTestInit
Initialises the test class before each test.
Top
Fields

  NameDescription
Private fieldStatic memberMemoryToCleanup
List of IntPtrs to memory allocated during tests that needs cleaning up
Top
See Also