Test class for Kernel.Heap class.
Inheritance Hierarchy
Testing._Kernel HeapTest
Namespace: Testing._Kernel
Assembly: Testing.Kernel (in Testing.Kernel.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
The HeapTest type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() ![]() | HeapTest | |
![]() | HeapTest | Initializes a new instance of the HeapTest class |
Methods
Name | Description | |
---|---|---|
![]() | AddBlock_Test |
Tests the AddBlock() method.
|
![]() | Alloc_Test |
Tests the Alloc() method.
|
![]() | Free_Test |
Tests the Free() method.
|
![]() | GetNID_Test |
Tests the GetNID() method.
|
![]() | TestCleanup |
Cleans up the test class after each test.
|
![]() | TestInit |
Initialises the test class before each test.
|
Fields
Name | Description | |
---|---|---|
![]() ![]() | MemoryToCleanup |
List of IntPtrs to memory allocated during tests that needs cleaning up
|
See Also