UEFIStarter
a simple UEFI framework
|
Self-tests for test runner. More...
Functions | |
void | test_runner_success () |
Should produce a SUCCESS result in the test runner. More... | |
void | test_runner_failure () |
Should produce an ERROR result in the test runner. More... | |
void | test_runner_incomplete_success () |
Should produce an INCOMPLETE but successful result in the test runner. More... | |
void | test_runner_incomplete_failure () |
Should produce an INCOMPLETE but unsucessful result in the test runner. More... | |
void | test_runner_empty () |
Should produce an INCOMPLETE (no assertions) result in the test runner. More... | |
BOOLEAN | run_runner_tests () |
Test runner for this group. More... | |
Self-tests for test runner.
This generates "incomplete" and "failure" results on purpose; the default test runner script will skip this test. You'll have to check the test's result yourself, the console should show results matching the descriptions.
void test_runner_success | ( | ) |
Should produce a SUCCESS result in the test runner.
void test_runner_failure | ( | ) |
Should produce an ERROR result in the test runner.
void test_runner_incomplete_success | ( | ) |
Should produce an INCOMPLETE but successful result in the test runner.
void test_runner_incomplete_failure | ( | ) |
Should produce an INCOMPLETE but unsucessful result in the test runner.
void test_runner_empty | ( | ) |
Should produce an INCOMPLETE (no assertions) result in the test runner.
BOOLEAN run_runner_tests | ( | ) |
Test runner for this group.
Gets called via the generated test runner.