Zephyr API 3.6.99
|
A single expectation entry allowing tests to fail/skip and be considered passing. More...
#include <ztest_test.h>
Data Fields | |
const char * | test_suite_name |
The test suite's name for the expectation. | |
const char * | test_name |
The test's name for the expectation. | |
enum ztest_expected_result | expected_result |
The expectation. | |
A single expectation entry allowing tests to fail/skip and be considered passing.
enum ztest_expected_result ztest_expected_result_entry::expected_result |
The expectation.
const char* ztest_expected_result_entry::test_name |
The test's name for the expectation.
const char* ztest_expected_result_entry::test_suite_name |
The test suite's name for the expectation.