#include <T2TestingFramework.h>
Public Attributes | |
Test * | pNext = TNULL |
const TCHAR * | pchName = TNULL |
Category * | pCategory = TNULL |
TestMethod_t | fnMethod = TNULL |
TINT | bWasExecuted: 1 = TFALSE |
TINT | iNumFails: 31 = 0 |
Check * | pHeadCheck = TNULL |
Definition at line 50 of file T2TestingFramework.h.
TINT T2TestingFramework::Test::bWasExecuted |
Definition at line 56 of file T2TestingFramework.h.
TestMethod_t T2TestingFramework::Test::fnMethod = TNULL |
Definition at line 55 of file T2TestingFramework.h.
TINT T2TestingFramework::Test::iNumFails |
Definition at line 57 of file T2TestingFramework.h.
Definition at line 54 of file T2TestingFramework.h.
Definition at line 53 of file T2TestingFramework.h.
Definition at line 58 of file T2TestingFramework.h.
Definition at line 52 of file T2TestingFramework.h.