UEFIStarter
a simple UEFI framework
Data Fields
test_verbosity_t Struct Reference

data type for test verbosity configuration More...

#include <types.h>

Data Fields

UINTN individual_groups:1
 whether individual test groups should be shown
 
UINTN individual_tests:1
 whether individual tests should be shown
 
UINTN one_char_per_test:1
 whether there should be a one character summary per test
 
UINTN multiple_lines_per_test:1
 whether test output should span multiple lines
 
UINTN assertion_counts:1
 whether the number of assertions should be shown
 
UINTN individual_assertions:1
 whether individual assertions should be shown
 
UINTN summary_statistics:1
 whether test result statistics should be shown
 

Detailed Description

data type for test verbosity configuration


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