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

Function main

test/expectdata/testsample_run2.c:60–70  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

58
59/*=======MAIN=====*/
60int main(void)
61{
62 suite_setup();
63 UnityBegin("testdata/testsample.c");
64 RUN_TEST(test_TheFirstThingToTest, 21);
65 RUN_TEST(test_TheSecondThingToTest, 43);
66 RUN_TEST(test_TheThirdThingToTest, 53);
67 RUN_TEST(test_TheFourthThingToTest, 58);
68
69 return suite_teardown(UnityEnd());
70}

Callers

nothing calls this directly

Calls 4

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

Tested by

no test coverage detected