UEFIStarter
a simple UEFI framework
|
data type for test results More...
#include <types.h>
Data Fields | |
INT64 | assert_count |
the total number of assertions | |
INT64 | assert_fails |
the number of failed assertions | |
INT64 | successful_test_count |
the number of succeeded tests | |
INT64 | failed_test_count |
the number of failed tests | |
INT64 | incomplete_count |
the number of incomplete tests | |
INT64 | skipped_count |
the number of skipped tests | |
test_outcome | outcome |
the test outcome | |
data type for test results