| 67 | /*=======Test Reset Option=====*/ |
| 68 | void resetTest(void); |
| 69 | void resetTest(void) |
| 70 | { |
| 71 | CMock_Verify(); |
| 72 | CMock_Destroy(); |
| 73 | tearDown(); |
| 74 | CMock_Init(); |
| 75 | setUp(); |
| 76 | } |
| 77 | |
| 78 | |
| 79 | /*=======MAIN=====*/ |
nothing calls this directly
no test coverage detected