ReactOS 0.4.15-dev-7942-gd23573b
testlist.c File Reference
#include <kmt_test.h>
Include dependency graph for testlist.c:

Go to the source code of this file.

Variables

KMT_TESTFUNC Test_CcCopyRead
 
KMT_TESTFUNC Test_CcCopyWrite
 
KMT_TESTFUNC Test_CcMapData
 
KMT_TESTFUNC Test_CcPinMappedData
 
KMT_TESTFUNC Test_CcPinRead
 
KMT_TESTFUNC Test_CcSetFileSizes
 
KMT_TESTFUNC Test_Example
 
KMT_TESTFUNC Test_FileAttributes
 
KMT_TESTFUNC Test_FindFile
 
KMT_TESTFUNC Test_FltMgrLoad
 
KMT_TESTFUNC Test_FltMgrReg
 
KMT_TESTFUNC Test_HidPDescription
 
KMT_TESTFUNC Test_IoCreateFile
 
KMT_TESTFUNC Test_IoDeviceObject
 
KMT_TESTFUNC Test_IoReadWrite
 
KMT_TESTFUNC Test_MmMapLockedPagesSpecifyCache
 
KMT_TESTFUNC Test_NtCreateSection
 
KMT_TESTFUNC Test_PoIrp
 
KMT_TESTFUNC Test_RtlAvlTree
 
KMT_TESTFUNC Test_RtlCaptureContext
 
KMT_TESTFUNC Test_RtlException
 
KMT_TESTFUNC Test_RtlIntSafe
 
KMT_TESTFUNC Test_RtlMemory
 
KMT_TESTFUNC Test_RtlRegistry
 
KMT_TESTFUNC Test_RtlSplayTree
 
KMT_TESTFUNC Test_RtlStack
 
KMT_TESTFUNC Test_RtlStrSafe
 
KMT_TESTFUNC Test_RtlUnicodeString
 
KMT_TESTFUNC Test_TcpIpIoctl
 
KMT_TESTFUNC Test_TcpIpTdi
 
KMT_TESTFUNC Test_TcpIpConnect
 
const KMT_TEST TestList []
 

Variable Documentation

◆ Test_CcCopyRead

KMT_TESTFUNC Test_CcCopyRead

Definition at line 9 of file testlist.c.

Referenced by TestIrpHandler().

◆ Test_CcCopyWrite

KMT_TESTFUNC Test_CcCopyWrite

Definition at line 10 of file testlist.c.

Referenced by TestIrpHandler().

◆ Test_CcMapData

KMT_TESTFUNC Test_CcMapData

Definition at line 11 of file testlist.c.

◆ Test_CcPinMappedData

KMT_TESTFUNC Test_CcPinMappedData

Definition at line 12 of file testlist.c.

◆ Test_CcPinRead

KMT_TESTFUNC Test_CcPinRead

Definition at line 13 of file testlist.c.

◆ Test_CcSetFileSizes

KMT_TESTFUNC Test_CcSetFileSizes

Definition at line 14 of file testlist.c.

◆ Test_Example

KMT_TESTFUNC Test_Example

Definition at line 15 of file testlist.c.

◆ Test_FileAttributes

KMT_TESTFUNC Test_FileAttributes

Definition at line 16 of file testlist.c.

◆ Test_FindFile

KMT_TESTFUNC Test_FindFile

Definition at line 17 of file testlist.c.

◆ Test_FltMgrLoad

KMT_TESTFUNC Test_FltMgrLoad

Definition at line 18 of file testlist.c.

◆ Test_FltMgrReg

KMT_TESTFUNC Test_FltMgrReg

Definition at line 19 of file testlist.c.

◆ Test_HidPDescription

KMT_TESTFUNC Test_HidPDescription

Definition at line 20 of file testlist.c.

◆ Test_IoCreateFile

KMT_TESTFUNC Test_IoCreateFile

Definition at line 21 of file testlist.c.

◆ Test_IoDeviceObject

KMT_TESTFUNC Test_IoDeviceObject

Definition at line 22 of file testlist.c.

◆ Test_IoReadWrite

KMT_TESTFUNC Test_IoReadWrite

Definition at line 23 of file testlist.c.

◆ Test_MmMapLockedPagesSpecifyCache

KMT_TESTFUNC Test_MmMapLockedPagesSpecifyCache

Definition at line 24 of file testlist.c.

◆ Test_NtCreateSection

KMT_TESTFUNC Test_NtCreateSection

Definition at line 25 of file testlist.c.

◆ Test_PoIrp

KMT_TESTFUNC Test_PoIrp

Definition at line 26 of file testlist.c.

◆ Test_RtlAvlTree

KMT_TESTFUNC Test_RtlAvlTree

Definition at line 27 of file testlist.c.

◆ Test_RtlCaptureContext

KMT_TESTFUNC Test_RtlCaptureContext

Definition at line 28 of file testlist.c.

◆ Test_RtlException

KMT_TESTFUNC Test_RtlException

Definition at line 29 of file testlist.c.

◆ Test_RtlIntSafe

KMT_TESTFUNC Test_RtlIntSafe

Definition at line 30 of file testlist.c.

◆ Test_RtlMemory

KMT_TESTFUNC Test_RtlMemory

Definition at line 31 of file testlist.c.

◆ Test_RtlRegistry

KMT_TESTFUNC Test_RtlRegistry

Definition at line 32 of file testlist.c.

◆ Test_RtlSplayTree

KMT_TESTFUNC Test_RtlSplayTree

Definition at line 33 of file testlist.c.

◆ Test_RtlStack

KMT_TESTFUNC Test_RtlStack

Definition at line 34 of file testlist.c.

◆ Test_RtlStrSafe

KMT_TESTFUNC Test_RtlStrSafe

Definition at line 35 of file testlist.c.

◆ Test_RtlUnicodeString

KMT_TESTFUNC Test_RtlUnicodeString

Definition at line 36 of file testlist.c.

◆ Test_TcpIpConnect

KMT_TESTFUNC Test_TcpIpConnect

Definition at line 39 of file testlist.c.

◆ Test_TcpIpIoctl

KMT_TESTFUNC Test_TcpIpIoctl

Definition at line 37 of file testlist.c.

◆ Test_TcpIpTdi

KMT_TESTFUNC Test_TcpIpTdi

Definition at line 38 of file testlist.c.

◆ TestList

Definition at line 42 of file testlist.c.