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

Function setUp

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

Source from the content-addressed store, hash-verified

37#ifdef UNITY_INCLUDE_SETUP_STUBS
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; }

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…