UEFIStarter
a simple UEFI framework
Data Fields
cmdline_args_testcase_t Struct Reference

data type for command-line argument parser testcase More...

Data Fields

CHAR16 * message
 a descriptive message for the testcase
 
BOOLEAN expected_success
 whether the parser is expected to indicate parsed values were valid
 
BOOLEAN expected_bool
 the boolean argument's expected value
 
INTN expected_int
 the integer argument's expected value
 
double expected_double
 the double argument's expected value
 
CHAR16 * expected_string
 the string argument's expected value
 
CHAR16 * input
 the command-line argument string to pass to the parser
 

Detailed Description

data type for command-line argument parser testcase


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