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

Function main

test/expectdata/testsample_head1.c:46–55  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

44
45/*=======MAIN=====*/
46int main(void)
47{
48 UnityBegin("testdata/testsample.c");
49 RUN_TEST(test_TheFirstThingToTest, 21);
50 RUN_TEST(test_TheSecondThingToTest, 43);
51 RUN_TEST(test_TheThirdThingToTest, 53);
52 RUN_TEST(test_TheFourthThingToTest, 58);
53
54 return (UnityEnd());
55}

Callers

nothing calls this directly

Calls 2

UnityBeginFunction · 0.85
UnityEndFunction · 0.85

Tested by

no test coverage detected