| 54 | /*=======Test Reset Option=====*/ |
| 55 | void resetTest(void); |
| 56 | void resetTest(void) |
| 57 | { |
| 58 | CMock_Verify(); |
| 59 | CMock_Destroy(); |
| 60 | tearDown(); |
| 61 | CMock_Init(); |
| 62 | setUp(); |
| 63 | } |
| 64 | |
| 65 | |
| 66 | /*=======MAIN=====*/ |
nothing calls this directly
no test coverage detected