UEFIStarter
a simple UEFI framework
|
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 | |
data type for command-line argument parser testcase