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

#include <UnitTestFrameworkPkg/PrivateInclude/UnitTestFrameworkTypes.h>

Data Fields

UINTN NumTests
 
CHAR8 * Title
 
CHAR8 * Name
 
UINT8 Fingerprint [UNIT_TEST_FINGERPRINT_SIZE]
 
UNIT_TEST_SUITE_SETUP Setup
 
UNIT_TEST_SUITE_TEARDOWN Teardown
 
LIST_ENTRY TestCaseList
 
UNIT_TEST_FRAMEWORK_HANDLE ParentFramework
 

Detailed Description

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

Definition at line 72 of file UnitTestFrameworkTypes.h.

Field Documentation

◆ Fingerprint

UINT8 UNIT_TEST_SUITE::Fingerprint[UNIT_TEST_FINGERPRINT_SIZE]

Definition at line 76 of file UnitTestFrameworkTypes.h.

◆ Name

CHAR8* UNIT_TEST_SUITE::Name

Definition at line 75 of file UnitTestFrameworkTypes.h.

◆ NumTests

UINTN UNIT_TEST_SUITE::NumTests

Definition at line 73 of file UnitTestFrameworkTypes.h.

◆ ParentFramework

UNIT_TEST_FRAMEWORK_HANDLE UNIT_TEST_SUITE::ParentFramework

Definition at line 80 of file UnitTestFrameworkTypes.h.

◆ Setup

UNIT_TEST_SUITE_SETUP UNIT_TEST_SUITE::Setup

Definition at line 77 of file UnitTestFrameworkTypes.h.

◆ Teardown

UNIT_TEST_SUITE_TEARDOWN UNIT_TEST_SUITE::Teardown

Definition at line 78 of file UnitTestFrameworkTypes.h.

◆ TestCaseList

LIST_ENTRY UNIT_TEST_SUITE::TestCaseList

Definition at line 79 of file UnitTestFrameworkTypes.h.

◆ Title

CHAR8* UNIT_TEST_SUITE::Title

Definition at line 74 of file UnitTestFrameworkTypes.h.


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