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

Function resetTest

test/expectdata/testsample_mock_run2.c:69–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67/*=======Test Reset Option=====*/
68void resetTest(void);
69void resetTest(void)
70{
71 CMock_Verify();
72 CMock_Destroy();
73 tearDown();
74 CMock_Init();
75 setUp();
76}
77
78
79/*=======MAIN=====*/

Callers

nothing calls this directly

Calls 5

CMock_VerifyFunction · 0.70
CMock_DestroyFunction · 0.70
CMock_InitFunction · 0.70
tearDownFunction · 0.50
setUpFunction · 0.50

Tested by

no test coverage detected