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

Function main

test/expectdata/testsample_mock_def.c:68–76  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 3

UnityBeginFunction · 0.85
CMock_Guts_MemFreeFinalFunction · 0.85
UnityEndFunction · 0.85

Tested by

no test coverage detected