|
Zephyr API Documentation 4.4.99
A Scalable Open Source RTOS
|
Registration entry mapping a test to a parameter value set. More...
#include </__w/zephyr/zephyr/subsys/testsuite/ztest/include/zephyr/ztest_test.h>
Data Fields | |
| const char * | test_suite_name |
| Name of the test suite this instantiation belongs to. | |
| const char * | test_name |
| Name of the parameterized test function. | |
| const char * | instance_name |
| Human-readable label for this particular instantiation. | |
| const struct ztest_param_values * | values |
| Parameter value set to iterate over for this instantiation. | |
Registration entry mapping a test to a parameter value set.
| const char* ztest_param_inst::instance_name |
Human-readable label for this particular instantiation.
| const char* ztest_param_inst::test_name |
Name of the parameterized test function.
| const char* ztest_param_inst::test_suite_name |
Name of the test suite this instantiation belongs to.
| const struct ztest_param_values* ztest_param_inst::values |
Parameter value set to iterate over for this instantiation.