| 60 | |
| 61 | |
| 62 | unittest(test_constants) |
| 63 | { |
| 64 | assertEqual(MTP40_OK , 0x00); |
| 65 | assertEqual(MTP40_INVALID_AIR_PRESSURE, 0x01); |
| 66 | assertEqual(MTP40_INVALID_GAS_LEVEL , 0x02); |
| 67 | assertEqual(MTP40_INVALID_ADDRESS , 0xFF); |
| 68 | } |
| 69 | |
| 70 | |
| 71 | unittest(test_getType) |
nothing calls this directly
no test coverage detected