|
libamxo
4.3.4
Object Definition Language (ODL) parsing
|
#include <sys/time.h>#include <sys/resource.h>#include <sys/types.h>#include <sys/stat.h>#include <string.h>#include <stdlib.h>#include <stdio.h>#include <stdarg.h>#include <stddef.h>#include <setjmp.h>#include <inttypes.h>#include <limits.h>#include <unistd.h>#include <fcntl.h>#include <cmocka.h>#include <amxc/amxc.h>#include <amxp/amxp_signal.h>#include <amxd/amxd_dm.h>#include <amxd/amxd_object.h>#include <amxd/amxd_parameter.h>#include <amxd/amxd_transaction.h>#include <amxo/amxo.h>#include "test_populate_behavior.h"#include <amxc/amxc_macros.h>Go to the source code of this file.
Functions | |
| void | test_none_existing_param_default_behavior (UNUSED void **state) |
| void | test_none_existing_param_can_add (UNUSED void **state) |
| void | test_none_existing_instance_param_can_add (UNUSED void **state) |
| void | test_none_existing_param_warning (UNUSED void **state) |
| void | test_duplicate_instance_default_behavior (UNUSED void **state) |
| void | test_duplicate_instance_can_update (UNUSED void **state) |
| void | test_duplicate_instance_with_keys_can_update (UNUSED void **state) |
| void | test_transactions_with_two_keys (UNUSED void **state) |
| void test_duplicate_instance_can_update | ( | UNUSED void ** | state | ) |
Definition at line 220 of file test_populate_behavior.c.
| void test_duplicate_instance_default_behavior | ( | UNUSED void ** | state | ) |
Definition at line 191 of file test_populate_behavior.c.
| void test_duplicate_instance_with_keys_can_update | ( | UNUSED void ** | state | ) |
Definition at line 258 of file test_populate_behavior.c.
| void test_none_existing_instance_param_can_add | ( | UNUSED void ** | state | ) |
Definition at line 127 of file test_populate_behavior.c.
| void test_none_existing_param_can_add | ( | UNUSED void ** | state | ) |
Definition at line 100 of file test_populate_behavior.c.
| void test_none_existing_param_default_behavior | ( | UNUSED void ** | state | ) |
Definition at line 83 of file test_populate_behavior.c.
| void test_none_existing_param_warning | ( | UNUSED void ** | state | ) |
Definition at line 168 of file test_populate_behavior.c.
| void test_transactions_with_two_keys | ( | UNUSED void ** | state | ) |
Definition at line 297 of file test_populate_behavior.c.