Home
last modified time | relevance | path

Searched refs:TEST_ASSERT_EQUAL_HEX8_MESSAGE (Results 1 - 4 of 4) sorted by relevance

/third_party/unity/test/tests/
H A Dtest_unity_core.c354 TEST_ASSERT_EQUAL_HEX8_MESSAGE(7, 8, "Should Fail And Say Detail1 and Detail2"); in testThatDetailsCanBeHandleTwoDetails()
/third_party/cJSON/tests/unity/src/
H A Dunity.h333 #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 Dunity.h439 #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 Dtestunity.c5320 TEST_ASSERT_EQUAL_HEX8_MESSAGE(7, 8, "Should Fail And Say Detail1 and Detail2"); in testThatDetailsCanBeHandleTwoDetails()

Completed in 13 milliseconds