Searched refs:expect_value (Results 1 – 3 of 3) sorted by relevance
/external/cmockery/cmockery_0_1_2/src/example/ |
D | product_database_test.c | 36 expect_value(connect_to_database, port, 322); in test_connect_to_product_database() 45 expect_value(connect_to_database, port, 322); in test_connect_to_product_database_bad_url()
|
D | calculator_test.c | 352 expect_value(binary_operator, a, 1); in test_perform_operation() 353 expect_value(binary_operator, b, 3); in test_perform_operation() 357 expect_value(binary_operator, a, 4); in test_perform_operation() 358 expect_value(binary_operator, b, 10); in test_perform_operation()
|
/external/cmockery/cmockery_0_1_2/src/google/ |
D | cmockery.h | 96 #define expect_value(function, parameter, value) \ macro
|