| 59 | /*=======Test Reset Option=====*/ |
| 60 | void resetTest(void); |
| 61 | void resetTest(void) |
| 62 | { |
| 63 | CMock_Verify(); |
| 64 | CMock_Destroy(); |
| 65 | tearDown(); |
| 66 | CMock_Init(); |
| 67 | setUp(); |
| 68 | } |
| 69 | |
| 70 | |
| 71 | /*=======MAIN=====*/ |
nothing calls this directly
no test coverage detected