Zephyr Project API
3.2.0
A Scalable Open Source RTOS
|
A single expectation entry allowing tests to fail/skip and be considered passing. More...
#include <ztest_test_new.h>
Data Fields | |
const char * | test_suite_name |
const char * | test_name |
enum ztest_expected_result | expected_result |
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