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

Function tearDown

tests/unity/src/unity.h:40–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38 #ifdef UNITY_WEAK_ATTRIBUTE
39 UNITY_WEAK_ATTRIBUTE void setUp(void) { }
40 UNITY_WEAK_ATTRIBUTE void tearDown(void) { }
41 UNITY_WEAK_ATTRIBUTE void suiteSetUp(void) { }
42 UNITY_WEAK_ATTRIBUTE int suiteTearDown(int num_failures) { return num_failures; }
43 #elif defined(UNITY_WEAK_PRAGMA)

Callers 1

UnityDefaultTestRunFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…