OpenDNSSEC-enforcer  2.0.2
Functions
test.h File Reference
#include "config.h"

Go to the source code of this file.

Functions

int init_suite_classes (void)
 
int clean_suite_classes (void)
 
void test_class_db_backend_handle (void)
 
void test_class_db_backend (void)
 
void test_class_db_clause (void)
 
void test_class_db_clause_list (void)
 
void test_class_db_configuration (void)
 
void test_class_db_configuration_list (void)
 
void test_class_db_connection (void)
 
void test_class_db_join (void)
 
void test_class_db_join_list (void)
 
void test_class_db_object_field (void)
 
void test_class_db_object_field_list (void)
 
void test_class_db_object (void)
 
void test_class_db_value_set (void)
 
void test_class_db_result (void)
 
void test_class_db_result_list (void)
 
void test_class_db_value (void)
 
void test_class_end (void)
 
int init_suite_initialization (void)
 
int clean_suite_initialization (void)
 
void test_initialization_configuration (void)
 
void test_initialization_connection (void)
 
int init_suite_database_operations_mysql (void)
 
int clean_suite_database_operations (void)
 
void test_database_operations_read_object1 (void)
 
void test_database_operations_create_object2 (void)
 
void test_database_operations_read_object2 (void)
 
void test_database_operations_update_object2 (void)
 
void test_database_operations_delete_object2 (void)
 
void test_database_operations_create_object3 (void)
 
void test_database_operations_delete_object3 (void)
 
void test_database_operations_read_all (void)
 
void test_database_operations_count (void)
 
void test_database_operations_read_object1_2 (void)
 
void test_database_operations_create_object2_2 (void)
 
void test_database_operations_read_object2_2 (void)
 
void test_database_operations_update_object2_2 (void)
 
void test_database_operations_delete_object2_2 (void)
 
void test_database_operations_create_object3_2 (void)
 
void test_database_operations_delete_object3_2 (void)
 
void test_database_operations_update_objects_revisions (void)
 

Function Documentation

§ clean_suite_classes()

int clean_suite_classes ( void  )

§ clean_suite_database_operations()

int clean_suite_database_operations ( void  )

§ clean_suite_initialization()

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().

§ init_suite_classes()

int init_suite_classes ( void  )

Definition at line 72 of file test_classes.c.

Referenced by main().

§ init_suite_database_operations_mysql()

int init_suite_database_operations_mysql ( void  )

Referenced by main().

§ init_suite_initialization()

int init_suite_initialization ( void  )

Definition at line 41 of file test_initialization.c.

Referenced by main().

§ test_class_db_backend()

void test_class_db_backend ( void  )

§ test_class_db_backend_handle()

void test_class_db_backend_handle ( void  )

§ test_class_db_clause()

void test_class_db_clause ( void  )

§ test_class_db_clause_list()

void test_class_db_clause_list ( void  )

Definition at line 329 of file test_classes.c.

Referenced by main().

§ test_class_db_configuration()

void test_class_db_configuration ( void  )

§ test_class_db_configuration_list()

void test_class_db_configuration_list ( void  )

Definition at line 362 of file test_classes.c.

Referenced by main().

§ test_class_db_connection()

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().

§ test_class_db_join()

void test_class_db_join ( void  )

§ test_class_db_join_list()

void test_class_db_join_list ( void  )

§ test_class_db_object()

void test_class_db_object ( void  )

Definition at line 434 of file test_classes.c.

Referenced by main().

§ test_class_db_object_field()

void test_class_db_object_field ( void  )

§ test_class_db_object_field_list()

void test_class_db_object_field_list ( void  )

Definition at line 418 of file test_classes.c.

Referenced by main().

§ test_class_db_result()

void test_class_db_result ( void  )

Definition at line 489 of file test_classes.c.

Referenced by main().

§ test_class_db_result_list()

void test_class_db_result_list ( void  )

Definition at line 538 of file test_classes.c.

Referenced by main().

§ test_class_db_value()

void test_class_db_value ( void  )

§ test_class_db_value_set()

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().

§ test_class_end()

void test_class_end ( void  )

§ test_database_operations_count()

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().

§ test_database_operations_create_object2()

void test_database_operations_create_object2 ( void  )

§ test_database_operations_create_object2_2()

void test_database_operations_create_object2_2 ( void  )

§ test_database_operations_create_object3()

void test_database_operations_create_object3 ( void  )

§ test_database_operations_create_object3_2()

void test_database_operations_create_object3_2 ( void  )

§ test_database_operations_delete_object2()

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().

§ test_database_operations_delete_object2_2()

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().

§ test_database_operations_delete_object3()

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().

§ test_database_operations_delete_object3_2()

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().

§ test_database_operations_read_all()

void test_database_operations_read_all ( void  )

§ test_database_operations_read_object1()

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().

§ test_database_operations_read_object1_2()

void test_database_operations_read_object1_2 ( void  )

§ test_database_operations_read_object2()

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().

§ test_database_operations_read_object2_2()

void test_database_operations_read_object2_2 ( void  )

§ test_database_operations_update_object2()

void test_database_operations_update_object2 ( void  )

§ test_database_operations_update_object2_2()

void test_database_operations_update_object2_2 ( void  )

§ test_database_operations_update_objects_revisions()

void test_database_operations_update_objects_revisions ( void  )

§ test_initialization_configuration()

void test_initialization_configuration ( void  )

§ test_initialization_connection()

void test_initialization_connection ( void  )