Searched refs:UnityDumpCaseResult (Results 1 – 2 of 2) sorted by relevance
535 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) function1747 void UnityDumpCaseResult(const _UU8 result, const UNITY_LINE_TYPE lineNumber) function
543 #define UnityDumpCaseResult(a, b) \ macro558 void UnityDumpCaseResult(const _UU8 result, const UNITY_LINE_TYPE lineNumber);567 #define UnityDumpCaseResult(a, b) \ macro