Lines Matching refs:UnityDumpAssertResult
534 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()
1368 UnityDumpAssertResult(DUMP_RESULT_TEST_RESULT_PASS, lineNumber); in UnityAssertEqualStringArray()
1449 UnityDumpAssertResult(DUMP_RESULT_TEST_RESULT_PASS, lineNumber); in UnityAssertEqualMemory()
1461 UnityDumpAssertResult(DUMP_RESULT_TEST_RESULT_FAIL, line); in UnityFail()
1482 UnityDumpAssertResult(DUMP_RESULT_TEST_RESULT_IGNORE, line); in UnityIgnore()
1730 void UnityDumpAssertResult(const _UU8 result, const UNITY_LINE_TYPE lineNumber) function