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

Function resetTest

test/expectdata/testsample_mock_head1.c:56–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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