Searched defs:UNITY_TEST_ASSERT (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/contrib/ntp/sntp/unity/
H A Dunity_internals.h586 #define UNITY_TEST_ASSERT(condition, line, message) if (condition) {} else {UNITY_TEST_FAIL((UNITY_LINE_TYPE)line, message);} macro

Completed in 51 milliseconds