Home
last modified time | relevance | path

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

/third_party/unity/test/tests/
H A Dtest_unity_core.c338 UNITY_SET_DETAILS("Detail1","Detail2"); in testThatDetailsCanHandleTestFail()
351 UNITY_SET_DETAILS("Detail1","Detail2"); in testThatDetailsCanBeHandleTwoDetails()
364 UNITY_SET_DETAILS("Detail1","Detail2"); in testThatDetailsCanBeHandleSingleDetailClearingTwoDetails()
/third_party/cJSON/tests/unity/src/
H A Dunity_internals.h420 #define UNITY_SET_DETAILS(d1,d2) macro
424 #define UNITY_SET_DETAILS(d1,d2) { Unity.CurrentDetail1 = d1; Unity.CurrentDetail2 = d2; } macro
/third_party/cJSON/tests/unity/test/tests/
H A Dtestunity.c5304 UNITY_SET_DETAILS("Detail1","Detail2"); in testThatDetailsCanHandleTestFail()
5317 UNITY_SET_DETAILS("Detail1","Detail2"); in testThatDetailsCanBeHandleTwoDetails()
5330 UNITY_SET_DETAILS("Detail1","Detail2"); in testThatDetailsCanBeHandleSingleDetailClearingTwoDetails()
/third_party/unity/src/
H A Dunity_internals.h548 #define UNITY_SET_DETAILS(d1,d2) macro
552 #define UNITY_SET_DETAILS(d1,d2) do { Unity.CurrentDetail1 = (d1); Unity.CurrentDetail2 = (d2); } while (0) macro

Completed in 17 milliseconds