Home
last modified time | relevance | path

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

/third_party/unity/test/tests/
H A Dtest_unity_core.c325 UNITY_SET_DETAIL("Detail1"); in testThatDetailsCanBeHandleOneDetail()
365 UNITY_SET_DETAIL("DetailNew"); in testThatDetailsCanBeHandleSingleDetailClearingTwoDetails()
/third_party/cJSON/tests/unity/src/
H A Dunity_internals.h419 #define UNITY_SET_DETAIL(d1) macro
423 #define UNITY_SET_DETAIL(d1) { Unity.CurrentDetail1 = d1; Unity.CurrentDetail2 = 0; } macro
/third_party/unity/src/
H A Dunity_internals.h547 #define UNITY_SET_DETAIL(d1) macro
551 #define UNITY_SET_DETAIL(d1) do { Unity.CurrentDetail1 = (d1); Unity.CurrentDetail2 = 0; } while (0) macro
/third_party/cJSON/tests/unity/test/tests/
H A Dtestunity.c5291 UNITY_SET_DETAIL("Detail1"); in testThatDetailsCanBeHandleOneDetail()
5331 UNITY_SET_DETAIL("DetailNew"); in testThatDetailsCanBeHandleSingleDetailClearingTwoDetails()

Completed in 13 milliseconds