Searched refs:TEST_ASSERT_EQUAL_INT_MESSAGE (Results 1 - 6 of 6) sorted by relevance
/third_party/cJSON/tests/ |
H A D | parse_hex4.c | 39 TEST_ASSERT_EQUAL_INT_MESSAGE(4, sprintf((char*)digits_lower, "%.4x", number), "sprintf failed."); in parse_hex4_should_parse_all_combinations() 40 TEST_ASSERT_EQUAL_INT_MESSAGE(4, sprintf((char*)digits_upper, "%.4X", number), "sprintf failed."); in parse_hex4_should_parse_all_combinations() 42 TEST_ASSERT_EQUAL_INT_MESSAGE(number, parse_hex4(digits_lower), "Failed to parse lowercase digits."); in parse_hex4_should_parse_all_combinations() 43 TEST_ASSERT_EQUAL_INT_MESSAGE(number, parse_hex4(digits_upper), "Failed to parse uppercase digits."); in parse_hex4_should_parse_all_combinations()
|
H A D | json_patch_tests.c | 99 TEST_ASSERT_EQUAL_INT_MESSAGE(0, cJSONUtils_ApplyPatchesCaseSensitive(object, patch), "Failed to apply patches."); in test_apply_patch() 164 TEST_ASSERT_EQUAL_INT_MESSAGE(0, cJSONUtils_ApplyPatchesCaseSensitive(object, patch), "Failed to apply generated patch."); in test_generate_test()
|
/third_party/unity/test/tests/ |
H A D | test_unity_core.c | 328 TEST_ASSERT_EQUAL_INT_MESSAGE(5, 6, "Should Fail And Say Detail1"); in testThatDetailsCanBeHandleOneDetail()
|
/third_party/cJSON/tests/unity/src/ |
H A D | unity.h | 320 #define TEST_ASSERT_EQUAL_INT_MESSAGE(expected, actual, message) UNITY_TEST_ASSERT_EQUAL_INT((expected), (actual), __LINE__, (message)) macro
|
/third_party/unity/src/ |
H A D | unity.h | 427 #define TEST_ASSERT_EQUAL_INT_MESSAGE(expected, actual, message) UNITY_TEST_ASSERT_EQUAL_INT((expected), (actual), __LINE__, (message)) macro
|
/third_party/cJSON/tests/unity/test/tests/ |
H A D | testunity.c | 5294 TEST_ASSERT_EQUAL_INT_MESSAGE(5, 6, "Should Fail And Say Detail1"); in testThatDetailsCanBeHandleOneDetail()
|
Completed in 13 milliseconds