:orphan: .. title:: CONFIG_ZTEST_PARAMETER_COUNT .. kconfig:: CONFIG_ZTEST_PARAMETER_COUNT CONFIG_ZTEST_PARAMETER_COUNT ############################ *Count of parameters or return values reserved* Type: ``int`` Help ==== .. code-block:: none Maximum amount of concurrent return values / expected parameters. Direct dependencies =================== \ :kconfig:`ZTEST_MOCKING ` *(Includes any dependencies from ifs and menus.)* Default ======= - 10 Kconfig definition ================== At ``/testsuite/ztest/Kconfig:84`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:61`` → ``/testsuite/Kconfig:6`` Menu path: (Top) → Sub Systems and OS Services → Testing → Mocking support functions .. code-block:: kconfig config ZTEST_PARAMETER_COUNT int "Count of parameters or return values reserved" default 10 depends on ZTEST_MOCKING help Maximum amount of concurrent return values / expected parameters. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*