MCPcopy Create free account
hub / github.com/comaps/comaps / UNIT_TEST

Function UNIT_TEST

libs/coding/coding_tests/traffic_test.cpp:67–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65}
66
67UNIT_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
76UNIT_TEST(Traffic_Serialization_EmptyPath)
77{

Callers

nothing calls this directly

Calls 4

DataPointClass · 0.85
TestFunction · 0.70
LatLonClass · 0.50
emplace_backMethod · 0.45

Tested by

no test coverage detected