:orphan: .. title:: ZTEST_PARAMETER_COUNT .. option:: CONFIG_ZTEST_PARAMETER_COUNT *Count of parameters or return values reserved* Type: ``int`` Help ==== Maximum amount of concurrent return values / expected parameters. Direct dependencies =================== \ :option:`ZTEST_MOCKING ` *(Includes any dependencies from ifs and menus.)* Default ======= - 1 Kconfig definition ================== .. highlight:: kconfig At ``subsys/testsuite/ztest/Kconfig:67`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``subsys/Kconfig:36`` → ``subsys/testsuite/Kconfig:6`` Menu path: (Top) → Testing → Mocking support functions .. parsed-literal:: config ZTEST_PARAMETER_COUNT int "Count of parameters or return values reserved" default 1 depends on \ :option:`ZTEST_MOCKING ` help Maximum amount of concurrent return values / expected parameters. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*