libamxrt
0.4.2
Ambiorix Run Time Library
|
#include <amxrt/amxrt.h>
#include <amxc/amxc.h>
#include <amxp/amxp.h>
#include <amxd/amxd_object.h>
#include <amxo/amxo.h>
Go to the source code of this file.
void test_can_load_files_with_eventing_on_or_off | ( | void ** | state | ) |
void test_can_save_all_objects | ( | UNUSED void ** | state | ) |
Definition at line 268 of file test_amxrt_save_load.c.
void test_can_save_on_changes | ( | UNUSED void ** | state | ) |
Definition at line 431 of file test_amxrt_save_load.c.
void test_can_save_on_changes_with_object_list | ( | UNUSED void ** | state | ) |
Definition at line 593 of file test_amxrt_save_load.c.
void test_can_save_separate_objects_csv | ( | UNUSED void ** | state | ) |
Definition at line 315 of file test_amxrt_save_load.c.
void test_can_save_separate_objects_string | ( | UNUSED void ** | state | ) |
Definition at line 362 of file test_amxrt_save_load.c.
void test_can_start_with_directory_configured | ( | UNUSED void ** | state | ) |
Definition at line 173 of file test_amxrt_save_load.c.
void test_can_start_with_no_odl_storage_type | ( | UNUSED void ** | state | ) |
Definition at line 138 of file test_amxrt_save_load.c.
void test_can_start_with_no_storage_path | ( | UNUSED void ** | state | ) |
Definition at line 160 of file test_amxrt_save_load.c.
void test_can_start_with_no_storage_type | ( | UNUSED void ** | state | ) |
Definition at line 125 of file test_amxrt_save_load.c.
void test_can_start_with_odl_storage_type | ( | UNUSED void ** | state | ) |
Definition at line 149 of file test_amxrt_save_load.c.
void test_does_not_save_on_changed_when_invalid_objects | ( | UNUSED void ** | state | ) |
Definition at line 641 of file test_amxrt_save_load.c.
void test_does_not_save_when_invalid_objects | ( | UNUSED void ** | state | ) |
Definition at line 385 of file test_amxrt_save_load.c.
void test_does_not_save_when_not_persistent_parameter_changes | ( | UNUSED void ** | state | ) |
Definition at line 515 of file test_amxrt_save_load.c.
void test_load_fails_with_invalid_dir_and_invalid_defaults | ( | UNUSED void ** | state | ) |
Definition at line 253 of file test_amxrt_save_load.c.
void test_loads_default_when_valid_dir_is_used | ( | UNUSED void ** | state | ) |
Definition at line 239 of file test_amxrt_save_load.c.
void test_save_fails_when_invalid_dir | ( | UNUSED void ** | state | ) |
Definition at line 294 of file test_amxrt_save_load.c.
int test_save_load_setup | ( | UNUSED void ** | state | ) |
Definition at line 101 of file test_amxrt_save_load.c.
int test_save_load_teardown | ( | UNUSED void ** | state | ) |
Definition at line 120 of file test_amxrt_save_load.c.
void test_save_separate_objects_fail_when_invalid_dir | ( | UNUSED void ** | state | ) |
Definition at line 339 of file test_amxrt_save_load.c.
void test_save_skips_unknown_objects | ( | UNUSED void ** | state | ) |
Definition at line 406 of file test_amxrt_save_load.c.
void test_saves_when_instance_deleted | ( | UNUSED void ** | state | ) |
Definition at line 562 of file test_amxrt_save_load.c.
void test_saves_when_persistent_parameter_changes | ( | UNUSED void ** | state | ) |
Definition at line 470 of file test_amxrt_save_load.c.
void test_start_fails_with_invalid_directory_configured | ( | UNUSED void ** | state | ) |
Definition at line 223 of file test_amxrt_save_load.c.