Home
last modified time | relevance | path

Searched refs:expect_value (Results 1 – 3 of 3) sorted by relevance

/external/cmockery/cmockery_0_1_2/src/example/
Dproduct_database_test.c36 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()
Dcalculator_test.c352 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/
Dcmockery.h96 #define expect_value(function, parameter, value) \ macro