| 65 | } |
| 66 | |
| 67 | UNIT_TEST(Traffic_Serialization_Smoke) |
| 68 | { |
| 69 | vector<TrafficGPSEncoder::DataPoint> data = { |
| 70 | {0, ms::LatLon(0.0, 1.0), 1}, |
| 71 | {0, ms::LatLon(0.0, 2.0), 2}, |
| 72 | }; |
| 73 | Test(data); |
| 74 | } |
| 75 | |
| 76 | UNIT_TEST(Traffic_Serialization_EmptyPath) |
| 77 | { |
nothing calls this directly
no test coverage detected