static char *called_key = NULL;
int __wrap_SYSTEM_LOCALTIME(const char *command, AGENT_RESULT *result);
int __wrap_VFS_FILE_SIZE(const char *command, AGENT_RESULT *result);
int __wrap_VFS_FILE_TIME(const char *command, AGENT_RESULT *result);
int __wrap_VFS_FILE_EXISTS(const char *command, AGENT_RESULT *result);
int __wrap_VFS_FILE_CONTENTS(const char *command, AGENT_RESULT *result);
int __wrap_VFS_FILE_REGEXP(const char *command, AGENT_RESULT *result);
int __wrap_VFS_FILE_REGMATCH(const char *command, AGENT_RESULT *result);
int __wrap_VFS_FILE_MD5SUM(const char *command, AGENT_RESULT *result);
int __wrap_VFS_FILE_CKSUM(const char *command, AGENT_RESULT *result);
int __wrap_VFS_DIR_SIZE(const char *command, AGENT_RESULT *result);
int __wrap_NET_DNS(const char *command, AGENT_RESULT *result);
int __wrap_NET_DNS_RECORD(const char *command, AGENT_RESULT *result);
int __wrap_NET_TCP_PORT(const char *command, AGENT_RESULT *result);
int __wrap_SYSTEM_USERS_NUM(const char *command, AGENT_RESULT *result);
void zbx_mock_test_entry(void **state)
zbx_mock_handle_t in_command, in_flags;
const char *in_command_string, *flags_string, *p;
if (ZBX_MOCK_SUCCESS != (error = zbx_mock_in_parameter("in_command", &in_command)) ||
ZBX_MOCK_SUCCESS != (error = zbx_mock_string(in_command, &in_command_string)))
fail_msg("Cannot get in_command from test case data: %s", zbx_mock_error_string(error));
if (ZBX_MOCK_SUCCESS != (error = zbx_mock_in_parameter("flags", &in_flags)) ||