Asterisk - The Open Source Telephony Project GIT-master-b023714
|
Test the native ARI JSON validators. More...
#include "asterisk.h"
#include "asterisk/utils.h"
#include "asterisk/module.h"
#include "asterisk/test.h"
#include "../res/ari/ari_model_validators.h"
Go to the source code of this file.
Functions | |
static void | __reg_module (void) |
static void | __unreg_module (void) |
struct ast_module * | AST_MODULE_SELF_SYM (void) |
AST_TEST_DEFINE (validate_boolean) | |
AST_TEST_DEFINE (validate_byte) | |
AST_TEST_DEFINE (validate_date) | |
AST_TEST_DEFINE (validate_int) | |
AST_TEST_DEFINE (validate_list) | |
AST_TEST_DEFINE (validate_long) | |
AST_TEST_DEFINE (validate_string) | |
static int | load_module (void) |
static int | unload_module (void) |
Variables | |
static struct ast_module_info | __mod_info = { .name = AST_MODULE, .flags = AST_MODFLAG_DEFAULT , .description = "Skeleton (sample) Test" , .key = ASTERISK_GPL_KEY , .buildopt_sum = AST_BUILDOPT_SUM, .support_level = AST_MODULE_SUPPORT_CORE, .load = load_module, .unload = unload_module, .requires = "res_ari_model", } |
static const struct ast_module_info * | ast_module_info = &__mod_info |
Test the native ARI JSON validators.
Definition in file test_ari_model.c.
|
static |
Definition at line 460 of file test_ari_model.c.
|
static |
Definition at line 460 of file test_ari_model.c.
struct ast_module * AST_MODULE_SELF_SYM | ( | void | ) |
Definition at line 460 of file test_ari_model.c.
AST_TEST_DEFINE | ( | validate_boolean | ) |
Definition at line 117 of file test_ari_model.c.
References ast_ari_validate_boolean(), ast_json_false(), ast_json_null(), ast_json_string_create(), ast_json_string_set(), ast_json_true(), ast_json_unref(), AST_TEST_NOT_RUN, AST_TEST_PASS, NULL, RAII_VAR, str, TEST_EXECUTE, and TEST_INIT.
AST_TEST_DEFINE | ( | validate_byte | ) |
Definition at line 65 of file test_ari_model.c.
References ast_ari_validate_byte(), ast_json_integer_create(), ast_json_integer_set(), ast_json_null(), ast_json_string_create(), ast_json_string_set(), ast_json_unref(), AST_TEST_NOT_RUN, AST_TEST_PASS, NULL, RAII_VAR, str, TEST_EXECUTE, and TEST_INIT.
AST_TEST_DEFINE | ( | validate_date | ) |
Definition at line 275 of file test_ari_model.c.
References ARRAY_LEN, ast_ari_validate_date(), ast_ari_validate_string(), ast_json_null(), ast_json_string_create(), ast_json_string_set(), ast_json_unref(), AST_TEST_FAIL, AST_TEST_NOT_RUN, AST_TEST_PASS, ast_test_status_update, NULL, RAII_VAR, str, TEST_EXECUTE, TEST_INIT, and test_res.
AST_TEST_DEFINE | ( | validate_int | ) |
Definition at line 156 of file test_ari_model.c.
References ast_ari_validate_int(), ast_json_integer_create(), ast_json_integer_set(), ast_json_null(), ast_json_string_create(), ast_json_string_set(), ast_json_unref(), AST_TEST_NOT_RUN, AST_TEST_PASS, NULL, RAII_VAR, str, TEST_EXECUTE, and TEST_INIT.
AST_TEST_DEFINE | ( | validate_list | ) |
Definition at line 392 of file test_ari_model.c.
References ast_ari_validate_list(), ast_json_array_append(), ast_json_array_create(), ast_json_integer_create(), ast_json_null(), ast_json_string_create(), ast_json_unref(), AST_TEST_NOT_RUN, AST_TEST_PASS, NULL, RAII_VAR, str, TEST_EXECUTE, and TEST_INIT.
AST_TEST_DEFINE | ( | validate_long | ) |
Definition at line 208 of file test_ari_model.c.
References ast_ari_validate_long(), ast_json_integer_create(), ast_json_null(), ast_json_string_create(), ast_json_string_set(), ast_json_unref(), AST_TEST_NOT_RUN, AST_TEST_PASS, NULL, RAII_VAR, str, TEST_EXECUTE, and TEST_INIT.
AST_TEST_DEFINE | ( | validate_string | ) |
Definition at line 244 of file test_ari_model.c.
References ast_ari_validate_string(), ast_json_null(), ast_json_string_create(), ast_json_string_set(), ast_json_unref(), AST_TEST_NOT_RUN, AST_TEST_PASS, NULL, RAII_VAR, str, TEST_EXECUTE, and TEST_INIT.
|
static |
Definition at line 443 of file test_ari_model.c.
References AST_MODULE_LOAD_SUCCESS, and AST_TEST_REGISTER.
|
static |
Definition at line 431 of file test_ari_model.c.
References AST_TEST_UNREGISTER.
|
static |
Definition at line 460 of file test_ari_model.c.
|
static |
Definition at line 460 of file test_ari_model.c.