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

Function main

tests/unity/test/expectdata/testsample_mock_run2.c:80–89  ·  view source on GitHub ↗

=======MAIN=====*/

Source from the content-addressed store, hash-verified

78
79/*=======MAIN=====*/
80int main(void)
81{
82 suite_setup();
83 UnityBegin("testdata/mocksample.c");
84 RUN_TEST(test_TheFirstThingToTest, 21);
85 RUN_TEST(test_TheSecondThingToTest, 43);
86
87 CMock_Guts_MemFreeFinal();
88 return suite_teardown(UnityEnd());
89}

Callers

nothing calls this directly

Calls 5

UnityBeginFunction · 0.85
CMock_Guts_MemFreeFinalFunction · 0.85
UnityEndFunction · 0.85
suite_setupFunction · 0.70
suite_teardownFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…