Home
last modified time | relevance | path

Searched refs:connect_to_customer_database (Results 1 – 2 of 2) sorted by relevance

/external/cmockery/cmockery_0_1_2/src/example/
Dcustomer_database_test.c22 extern DatabaseConnection* connect_to_customer_database();
42 assert_int_equal((int)connect_to_customer_database(), 0x0DA7ABA53); in test_connect_to_customer_database()
48 assert_true(connect_to_customer_database() == in fail_connect_to_customer_database()
Dcustomer_database.c24 DatabaseConnection* connect_to_customer_database() { in connect_to_customer_database() function