11 #ifndef __TEST_TYPES_H 12 #define __TEST_TYPES_H INT64 skipped_count
the number of skipped tests
Definition: types.h:45
INT64 assert_count
the total number of assertions
Definition: types.h:40
the test succeeded
Definition: types.h:34
UINTN individual_tests
whether individual tests should be shown
Definition: types.h:21
UINTN one_char_per_test
whether there should be a one character summary per test
Definition: types.h:22
the test failed
Definition: types.h:32
INT64 incomplete_count
the number of incomplete tests
Definition: types.h:44
UINTN multiple_lines_per_test
whether test output should span multiple lines
Definition: types.h:23
INT64 successful_test_count
the number of succeeded tests
Definition: types.h:42
test_outcome
data type for test outcome status
Definition: types.h:30
the test was incomplete
Definition: types.h:33
INT64 failed_test_count
the number of failed tests
Definition: types.h:43
INT64 assert_fails
the number of failed assertions
Definition: types.h:41
test_outcome outcome
the test outcome
Definition: types.h:46
data type for test verbosity configuration
Definition: types.h:18
UINTN summary_statistics
whether test result statistics should be shown
Definition: types.h:26
UINTN assertion_counts
whether the number of assertions should be shown
Definition: types.h:24
UINTN individual_groups
whether individual test groups should be shown
Definition: types.h:20
UINTN individual_assertions
whether individual assertions should be shown
Definition: types.h:25
data type for test results
Definition: types.h:38