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

Function main

test/expectdata/testsample_mock_cmd.c:72–80  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

70
71/*=======MAIN=====*/
72int main(void)
73{
74 UnityBegin("testdata/mocksample.c");
75 RUN_TEST(test_TheFirstThingToTest, 21);
76 RUN_TEST(test_TheSecondThingToTest, 43);
77
78 CMock_Guts_MemFreeFinal();
79 return (UnityEnd());
80}

Callers

nothing calls this directly

Calls 3

UnityBeginFunction · 0.85
CMock_Guts_MemFreeFinalFunction · 0.85
UnityEndFunction · 0.85

Tested by

no test coverage detected