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

Function UnityTestResultsBegin

tests/unity/src/unity.c:357–365  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

355
356/*-----------------------------------------------*/
357static void UnityTestResultsBegin(const char* file, const UNITY_LINE_TYPE line)
358{
359 UnityPrint(file);
360 UNITY_OUTPUT_CHAR(':');
361 UnityPrintNumber((UNITY_INT)line);
362 UNITY_OUTPUT_CHAR(':');
363 UnityPrint(Unity.CurrentTestName);
364 UNITY_OUTPUT_CHAR(':');
365}
366
367/*-----------------------------------------------*/
368static void UnityTestResultsFailBegin(const UNITY_LINE_TYPE line)

Callers 4

UnityConcludeTestFunction · 0.85
UnityFailFunction · 0.85
UnityIgnoreFunction · 0.85

Calls 2

UnityPrintFunction · 0.85
UnityPrintNumberFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…