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