Home
last modified time | relevance | path

Searched refs:UnityDumpAssertResult (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()
656 UnityDumpAssertResult(DUMP_RESULT_TEST_RESULT_PASS, lineNumber); in UnityAssertBits()
681 UnityDumpAssertResult(DUMP_RESULT_TEST_RESULT_PASS, lineNumber); in UnityAssertEqualNumber()
821 UnityDumpAssertResult(DUMP_RESULT_TEST_RESULT_PASS, lineNumber); in UnityAssertEqualIntArray()
907 UnityDumpAssertResult(DUMP_RESULT_TEST_RESULT_PASS, lineNumber); in UnityAssertEqualFloatArray()
950 UnityDumpAssertResult(DUMP_RESULT_TEST_RESULT_PASS, lineNumber); in UnityAssertFloatsWithin()
1098 UnityDumpAssertResult(DUMP_RESULT_TEST_RESULT_PASS, lineNumber); in UnityAssertEqualDoubleArray()
1137 UnityDumpAssertResult(DUMP_RESULT_TEST_RESULT_PASS, lineNumber); in UnityAssertDoublesWithin()
1262 UnityDumpAssertResult(DUMP_RESULT_TEST_RESULT_PASS, lineNumber); in UnityAssertNumbersWithin()
1302 UnityDumpAssertResult(DUMP_RESULT_TEST_RESULT_PASS, lineNumber); in UnityAssertEqualString()
[all …]
Dunity_internals.h547 void UnityDumpAssertResult(const _UU8 result, const UNITY_LINE_TYPE lineNumber);
554 #define UnityDumpAssertResult(a, b) \ macro
563 #define UnityDumpAssertResult(a, b) \ macro
595 UnityDumpAssertResult(DUMP_RESULT_TEST_RESULT_PASS, (UNITY_LINE_TYPE)line); \