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

Function resetTest

test/expectdata/testsample_mock_def.c:57–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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