TianoCore EDK2 master
Loading...
Searching...
No Matches
UNIT_TEST_FRAMEWORK Struct Reference

#include <UnitTestFrameworkPkg/PrivateInclude/UnitTestFrameworkTypes.h>

Data Fields

CHAR8 * Title
 
CHAR8 * ShortTitle
 
CHAR8 * VersionString
 
CHAR8 * Log
 
UINT8 Fingerprint [UNIT_TEST_FINGERPRINT_SIZE]
 
LIST_ENTRY TestSuiteList
 
EFI_TIME StartTime
 
EFI_TIME EndTime
 
UNIT_TESTCurrentTest
 
VOIDSavedState
 

Detailed Description

Unit Test Framework context structure tracked by the unit test framework.

Definition at line 95 of file UnitTestFrameworkTypes.h.

Field Documentation

◆ CurrentTest

UNIT_TEST* UNIT_TEST_FRAMEWORK::CurrentTest

Definition at line 104 of file UnitTestFrameworkTypes.h.

◆ EndTime

EFI_TIME UNIT_TEST_FRAMEWORK::EndTime

Definition at line 103 of file UnitTestFrameworkTypes.h.

◆ Fingerprint

UINT8 UNIT_TEST_FRAMEWORK::Fingerprint[UNIT_TEST_FINGERPRINT_SIZE]

Definition at line 100 of file UnitTestFrameworkTypes.h.

◆ Log

CHAR8* UNIT_TEST_FRAMEWORK::Log

Definition at line 99 of file UnitTestFrameworkTypes.h.

◆ SavedState

VOID* UNIT_TEST_FRAMEWORK::SavedState

Definition at line 105 of file UnitTestFrameworkTypes.h.

◆ ShortTitle

CHAR8* UNIT_TEST_FRAMEWORK::ShortTitle

Definition at line 97 of file UnitTestFrameworkTypes.h.

◆ StartTime

EFI_TIME UNIT_TEST_FRAMEWORK::StartTime

Definition at line 102 of file UnitTestFrameworkTypes.h.

◆ TestSuiteList

LIST_ENTRY UNIT_TEST_FRAMEWORK::TestSuiteList

Definition at line 101 of file UnitTestFrameworkTypes.h.

◆ Title

CHAR8* UNIT_TEST_FRAMEWORK::Title

Definition at line 96 of file UnitTestFrameworkTypes.h.

◆ VersionString

CHAR8* UNIT_TEST_FRAMEWORK::VersionString

Definition at line 98 of file UnitTestFrameworkTypes.h.


The documentation for this struct was generated from the following file: