Zephyr API Documentation 4.4.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
ztest_param_inst Struct Reference

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_valuesvalues
 Parameter value set to iterate over for this instantiation.

Detailed Description

Registration entry mapping a test to a parameter value set.

Field Documentation

◆ instance_name

const char* ztest_param_inst::instance_name

Human-readable label for this particular instantiation.

◆ test_name

const char* ztest_param_inst::test_name

Name of the parameterized test function.

◆ test_suite_name

const char* ztest_param_inst::test_suite_name

Name of the test suite this instantiation belongs to.

◆ values

const struct ztest_param_values* ztest_param_inst::values

Parameter value set to iterate over for this instantiation.


The documentation for this struct was generated from the following file:
  • /__w/zephyr/zephyr/subsys/testsuite/ztest/include/zephyr/ztest_test.h