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

Function resetTest

test/expectdata/testsample_mock_cmd.c:61–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59/*=======Test Reset Option=====*/
60void resetTest(void);
61void resetTest(void)
62{
63 CMock_Verify();
64 CMock_Destroy();
65 tearDown();
66 CMock_Init();
67 setUp();
68}
69
70
71/*=======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