Home
last modified time | relevance | path

Searched refs:TEST_ASSERT_EQUAL_INT_MESSAGE (Results 1 - 6 of 6) sorted by relevance

/third_party/cJSON/tests/
H A Dparse_hex4.c39 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 Djson_patch_tests.c99 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 Dtest_unity_core.c328 TEST_ASSERT_EQUAL_INT_MESSAGE(5, 6, "Should Fail And Say Detail1"); in testThatDetailsCanBeHandleOneDetail()
/third_party/cJSON/tests/unity/src/
H A Dunity.h320 #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 Dunity.h427 #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 Dtestunity.c5294 TEST_ASSERT_EQUAL_INT_MESSAGE(5, 6, "Should Fail And Say Detail1"); in testThatDetailsCanBeHandleOneDetail()

Completed in 13 milliseconds