MCPcopy Index your code
hub / github.com/ThrowTheSwitch/Unity / main

Function main

test/expectdata/testsample_param.c:49–58  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

UnityBeginFunction · 0.85
UnityEndFunction · 0.85

Tested by

no test coverage detected