OpenDNSSEC-enforcer
2.1.4
|
#include "config.h"
Go to the source code of this file.
int clean_suite_classes | ( | void | ) |
Definition at line 145 of file test_classes.c.
References db_backend_free(), db_backend_handle_free(), db_clause_free(), db_clause_list_free(), db_configuration_free(), db_configuration_list_free(), db_connection_free(), db_object_field_free(), db_object_field_list_free(), db_object_free(), db_result_free(), db_result_list_free(), db_value_free(), and db_value_set_free().
Referenced by main().
int clean_suite_database_operations | ( | void | ) |
Definition at line 988 of file test_database_operations.c.
References db_configuration_free(), db_configuration_list_free(), db_connection_free(), db_value_reset(), test2_free(), test_free(), and test_list_free().
Referenced by main().
int clean_suite_initialization | ( | void | ) |
Definition at line 54 of file test_initialization.c.
References db_configuration_free(), db_configuration_list_free(), and db_connection_free().
Referenced by main().
int init_suite_classes | ( | void | ) |
Definition at line 72 of file test_classes.c.
Referenced by main().
int init_suite_database_operations_mysql | ( | void | ) |
Referenced by main().
int init_suite_initialization | ( | void | ) |
Definition at line 41 of file test_initialization.c.
Referenced by main().
void test_class_db_backend | ( | void | ) |
Definition at line 296 of file test_classes.c.
References db_backend_connect(), db_backend_initialize(), db_backend_new(), db_backend_set_handle(), and db_backend_set_name().
Referenced by main().
void test_class_db_backend_handle | ( | void | ) |
Definition at line 270 of file test_classes.c.
References __db_backend_handle_connect(), __db_backend_handle_count(), __db_backend_handle_create(), __db_backend_handle_delete(), __db_backend_handle_disconnect(), __db_backend_handle_free(), __db_backend_handle_initialize(), __db_backend_handle_read(), __db_backend_handle_shutdown(), __db_backend_handle_transaction_begin(), __db_backend_handle_transaction_commit(), __db_backend_handle_transaction_rollback(), __db_backend_handle_update(), db_backend_handle_new(), db_backend_handle_set_connect(), db_backend_handle_set_count(), db_backend_handle_set_create(), db_backend_handle_set_data(), db_backend_handle_set_delete(), db_backend_handle_set_disconnect(), db_backend_handle_set_free(), db_backend_handle_set_initialize(), db_backend_handle_set_read(), db_backend_handle_set_shutdown(), db_backend_handle_set_transaction_begin(), db_backend_handle_set_transaction_commit(), db_backend_handle_set_transaction_rollback(), and db_backend_handle_set_update().
Referenced by main().
void test_class_db_clause | ( | void | ) |
Definition at line 311 of file test_classes.c.
References db_clause_field(), db_clause_get_value(), db_clause_new(), db_clause_next(), db_clause_not_empty(), DB_CLAUSE_NOT_EQUAL, db_clause_operator(), DB_CLAUSE_OPERATOR_OR, db_clause_set_field(), db_clause_set_operator(), db_clause_set_type(), db_clause_type(), db_clause_value(), and db_value_from_int32().
Referenced by main().
void test_class_db_clause_list | ( | void | ) |
Definition at line 329 of file test_classes.c.
Referenced by main().
void test_class_db_configuration | ( | void | ) |
Definition at line 346 of file test_classes.c.
References db_configuration_new(), db_configuration_not_empty(), db_configuration_set_name(), db_configuration_set_value(), and db_configuration_value().
Referenced by main().
void test_class_db_configuration_list | ( | void | ) |
Definition at line 362 of file test_classes.c.
Referenced by main().
void test_class_db_connection | ( | void | ) |
Definition at line 382 of file test_classes.c.
References db_connection_new(), and db_connection_set_configuration_list().
Referenced by main().
void test_class_db_join | ( | void | ) |
void test_class_db_join_list | ( | void | ) |
void test_class_db_object | ( | void | ) |
Definition at line 434 of file test_classes.c.
Referenced by main().
void test_class_db_object_field | ( | void | ) |
Definition at line 399 of file test_classes.c.
References db_object_field_name(), db_object_field_new(), db_object_field_not_empty(), db_object_field_set_enum_set(), db_object_field_set_name(), db_object_field_set_type(), db_object_field_type(), DB_TYPE_ENUM, and DB_TYPE_INT32.
Referenced by main().
void test_class_db_object_field_list | ( | void | ) |
Definition at line 418 of file test_classes.c.
Referenced by main().
void test_class_db_result | ( | void | ) |
Definition at line 489 of file test_classes.c.
Referenced by main().
void test_class_db_result_list | ( | void | ) |
Definition at line 538 of file test_classes.c.
Referenced by main().
void test_class_db_value | ( | void | ) |
Definition at line 572 of file test_classes.c.
References DB_TYPE_ENUM, DB_TYPE_INT32, DB_TYPE_INT64, DB_TYPE_TEXT, DB_TYPE_UINT32, DB_TYPE_UINT64, db_value_cmp(), db_value_copy(), db_value_enum_value(), db_value_free(), db_value_from_enum_value(), db_value_from_int32(), db_value_from_int64(), db_value_from_text(), db_value_from_uint32(), db_value_from_uint64(), db_value_new(), db_value_not_empty(), db_value_reset(), db_value_set_primary_key(), db_value_text(), db_value_to_enum_value(), db_value_to_int32(), db_value_to_int64(), db_value_to_text(), db_value_to_uint32(), db_value_to_uint64(), and db_value_type().
Referenced by main().
void test_class_db_value_set | ( | void | ) |
Definition at line 461 of file test_classes.c.
References db_value_set_at(), db_value_set_get(), db_value_set_new(), and db_value_set_size().
Referenced by main().
void test_class_end | ( | void | ) |
Definition at line 705 of file test_classes.c.
References db_backend_free(), db_connection_free(), db_object_field_list_free(), db_result_free(), and db_value_set_free().
Referenced by main().
void test_database_operations_count | ( | void | ) |
Definition at line 1187 of file test_database_operations.c.
References test_count_by_id(), test_count_by_name(), test_free(), and test_new().
Referenced by main().
void test_database_operations_create_object2 | ( | void | ) |
Definition at line 1059 of file test_database_operations.c.
References db_value_copy(), db_value_reset(), test_create(), test_free(), test_get_by_name(), test_id(), test_name(), test_new(), and test_set_name().
Referenced by main().
void test_database_operations_create_object2_2 | ( | void | ) |
Definition at line 1210 of file test_database_operations.c.
References db_value_copy(), db_value_reset(), test2_create(), test2_free(), test2_get_by_name(), test2_id(), test2_name(), test2_new(), and test2_set_name().
Referenced by main().
void test_database_operations_create_object3 | ( | void | ) |
Definition at line 1131 of file test_database_operations.c.
References db_value_copy(), db_value_reset(), test_create(), test_free(), test_get_by_name(), test_id(), test_name(), test_new(), and test_set_name().
Referenced by main().
void test_database_operations_create_object3_2 | ( | void | ) |
Definition at line 1317 of file test_database_operations.c.
References db_value_copy(), db_value_reset(), test2_create(), test2_free(), test2_get_by_name(), test2_id(), test2_name(), test2_new(), and test2_set_name().
Referenced by main().
void test_database_operations_delete_object2 | ( | void | ) |
Definition at line 1114 of file test_database_operations.c.
References test_delete(), test_free(), test_get_by_id(), and test_new().
Referenced by main().
void test_database_operations_delete_object2_2 | ( | void | ) |
Definition at line 1300 of file test_database_operations.c.
References test2_delete(), test2_free(), test2_get_by_id(), and test2_new().
Referenced by main().
void test_database_operations_delete_object3 | ( | void | ) |
Definition at line 1152 of file test_database_operations.c.
References test_delete(), test_free(), test_get_by_id(), and test_new().
Referenced by main().
void test_database_operations_delete_object3_2 | ( | void | ) |
Definition at line 1338 of file test_database_operations.c.
References test2_delete(), test2_free(), test2_get_by_id(), and test2_new().
Referenced by main().
void test_database_operations_read_all | ( | void | ) |
Definition at line 1169 of file test_database_operations.c.
References test_list_begin(), test_list_free(), test_list_get(), test_list_new(), and test_list_next().
Referenced by main().
void test_database_operations_read_object1 | ( | void | ) |
Definition at line 1047 of file test_database_operations.c.
References __check_id(), test_free(), test_get_by_name(), test_id(), test_name(), and test_new().
Referenced by main().
void test_database_operations_read_object1_2 | ( | void | ) |
Definition at line 1198 of file test_database_operations.c.
References __check_id(), test2_free(), test2_get_by_name(), test2_id(), test2_name(), and test2_new().
Referenced by main().
void test_database_operations_read_object2 | ( | void | ) |
Definition at line 1080 of file test_database_operations.c.
References db_value_cmp(), test_free(), test_get_by_id(), test_id(), test_name(), and test_new().
Referenced by main().
void test_database_operations_read_object2_2 | ( | void | ) |
Definition at line 1231 of file test_database_operations.c.
References db_value_cmp(), test2_free(), test2_get_by_id(), test2_id(), test2_name(), and test2_new().
Referenced by main().
void test_database_operations_update_object2 | ( | void | ) |
Definition at line 1094 of file test_database_operations.c.
References test_free(), test_get_by_id(), test_name(), test_new(), test_set_name(), and test_update().
Referenced by main().
void test_database_operations_update_object2_2 | ( | void | ) |
Definition at line 1245 of file test_database_operations.c.
References test2_free(), test2_get_by_id(), test2_name(), test2_new(), test2_set_name(), and test2_update().
Referenced by main().
void test_database_operations_update_objects_revisions | ( | void | ) |
Definition at line 1265 of file test_database_operations.c.
References test2_create(), test2_free(), test2_get_by_name(), test2_name(), test2_new(), test2_set_name(), and test2_update().
Referenced by main().
void test_initialization_configuration | ( | void | ) |
Definition at line 64 of file test_initialization.c.
References db_configuration_list_add(), db_configuration_list_new(), db_configuration_new(), db_configuration_set_name(), and db_configuration_set_value().
Referenced by main().
void test_initialization_connection | ( | void | ) |
Definition at line 120 of file test_initialization.c.
References db_connection_connect(), db_connection_new(), db_connection_set_configuration_list(), and db_connection_setup().
Referenced by main().