MCPcopy Create free account
hub / github.com/DaveGamble/cJSON / tearDown

Function tearDown

tests/unity/test/tests/testparameterized.c:53–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51}
52
53void tearDown(void)
54{
55 if (SetToOneToFailInTearDown == 1)
56 TEST_FAIL_MESSAGE("<= Failed in tearDown");
57 if ((SetToOneMeanWeAlreadyCheckedThisGuy == 0) && (Unity.CurrentTestFailed > 0))
58 {
59 UnityPrint(": [[[[ Test Should Have Passed But Did Not ]]]]");
60 UNITY_OUTPUT_CHAR('\n');
61 }
62}
63
64TEST_CASE(0)
65TEST_CASE(44)

Callers

nothing calls this directly

Calls 1

UnityPrintFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…