MCPcopy Create free account
hub / github.com/ThrowTheSwitch/Unity / announceTestRun

Function announceTestRun

extras/fixture/src/unity_fixture.c:21–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19void tearDown(void) { /*does nothing*/ }
20
21static void announceTestRun(unsigned int runNumber)
22{
23 UnityPrint("Unity test run ");
24 UnityPrintNumberUnsigned(runNumber+1);
25 UnityPrint(" of ");
26 UnityPrintNumberUnsigned(UnityFixture.RepeatCount);
27 UNITY_PRINT_EOL();
28}
29
30int UnityMain(int argc, const char* argv[], void (*runAllTests)(void))
31{

Callers 1

UnityMainFunction · 0.85

Calls 2

UnityPrintFunction · 0.85
UnityPrintNumberUnsignedFunction · 0.85

Tested by

no test coverage detected