Searched refs:TEST_ASSERT_EQUAL_HEX8_MESSAGE (Results 1 - 4 of 4) sorted by relevance
/third_party/unity/test/tests/ |
H A D | test_unity_core.c | 354 TEST_ASSERT_EQUAL_HEX8_MESSAGE(7, 8, "Should Fail And Say Detail1 and Detail2"); in testThatDetailsCanBeHandleTwoDetails()
|
/third_party/cJSON/tests/unity/src/ |
H A D | unity.h | 333 #define TEST_ASSERT_EQUAL_HEX8_MESSAGE(expected, actual, message) UNITY_TEST_ASSERT_EQUAL_HEX8( (expected), (actual), __LINE__, (message)) macro
|
/third_party/unity/src/ |
H A D | unity.h | 439 #define TEST_ASSERT_EQUAL_HEX8_MESSAGE(expected, actual, message) UNITY_TEST_ASSERT_EQUAL_HEX8( (expected), (actual), __LINE__, (message)) macro
|
/third_party/cJSON/tests/unity/test/tests/ |
H A D | testunity.c | 5320 TEST_ASSERT_EQUAL_HEX8_MESSAGE(7, 8, "Should Fail And Say Detail1 and Detail2"); in testThatDetailsCanBeHandleTwoDetails()
|
Completed in 12 milliseconds