MCPcopy Index your code
hub / github.com/DaveGamble/cJSON / UnityTestResultsFailBegin

Function UnityTestResultsFailBegin

tests/unity/src/unity.c:368–373  ·  view source on GitHub ↗

-----------------------------------------------*/

Source from the content-addressed store, hash-verified

366
367/*-----------------------------------------------*/
368static void UnityTestResultsFailBegin(const UNITY_LINE_TYPE line)
369{
370 UnityTestResultsBegin(Unity.TestFile, line);
371 UnityPrint(UnityStrFail);
372 UNITY_OUTPUT_CHAR(':');
373}
374
375/*-----------------------------------------------*/
376void UnityConcludeTest(void)

Callers 15

UnityIsOneArrayNullFunction · 0.85
UnityAssertBitsFunction · 0.85
UnityAssertEqualNumberFunction · 0.85
UnityAssertEqualIntArrayFunction · 0.85
UnityAssertFloatsWithinFunction · 0.85
UnityAssertFloatSpecialFunction · 0.85
UnityAssertDoublesWithinFunction · 0.85
UnityAssertDoubleSpecialFunction · 0.85
UnityAssertNumbersWithinFunction · 0.85

Calls 2

UnityTestResultsBeginFunction · 0.85
UnityPrintFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…