Home
last modified time | relevance | path

Searched refs:DUMP_RESULT_TEST_RESULT_FAIL (Results 1 – 2 of 2) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/utilities/unity/
Dunity.c534 UnityDumpAssertResult(DUMP_RESULT_TEST_RESULT_FAIL, line); in UnityTestResultsFailBegin()
535 UnityDumpCaseResult(DUMP_RESULT_TEST_RESULT_FAIL, line); in UnityTestResultsFailBegin()
1461 UnityDumpAssertResult(DUMP_RESULT_TEST_RESULT_FAIL, line); in UnityFail()
1462 UnityDumpCaseResult(DUMP_RESULT_TEST_RESULT_FAIL, line); in UnityFail()
1716 DUMP_RESULT_TEST_RESULT_FAIL)
Dunity_internals.h528 #define DUMP_RESULT_TEST_RESULT_FAIL 0x02U macro