Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/utilities/unity/
Dunity.c552 UnityDumpCaseResult(DUMP_RESULT_TEST_RESULT_PASS, Unity.CurrentTestLineNumber); in UnityConcludeTest()
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.h527 #define DUMP_RESULT_TEST_RESULT_PASS 0x01U macro
595 UnityDumpAssertResult(DUMP_RESULT_TEST_RESULT_PASS, (UNITY_LINE_TYPE)line); \