UEFIStarter
a simple UEFI framework
|
data type for command-line argument validator testcases More...
Data Fields | |
CHAR16 * | message |
a descriptive message for the testcase | |
BOOLEAN | expected_result |
whether the validator is expected to accept the value | |
cmdline_value_t | input |
the input value | |
cmdline_value_t | min |
the lowest allowed value | |
cmdline_value_t | max |
the highest allowed value | |
data type for command-line argument validator testcases