Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/utilities/unity/
Dunity.c535 UnityDumpCaseResult(DUMP_RESULT_TEST_RESULT_FAIL, line); in UnityTestResultsFailBegin()
552 UnityDumpCaseResult(DUMP_RESULT_TEST_RESULT_PASS, Unity.CurrentTestLineNumber); in UnityConcludeTest()
1462 UnityDumpCaseResult(DUMP_RESULT_TEST_RESULT_FAIL, line); in UnityFail()
1483 UnityDumpCaseResult(DUMP_RESULT_TEST_RESULT_IGNORE, line); in UnityIgnore()
1741 void UnityDumpCaseResult(const _UU8 result, const UNITY_LINE_TYPE lineNumber) function
1747 void UnityDumpCaseResult(const _UU8 result, const UNITY_LINE_TYPE lineNumber) function
Dunity_internals.h543 #define UnityDumpCaseResult(a, b) \ macro
558 void UnityDumpCaseResult(const _UU8 result, const UNITY_LINE_TYPE lineNumber);
567 #define UnityDumpCaseResult(a, b) \ macro