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

Function TestSerialization

libs/transit/transit_tests/transit_test.cpp:42–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40}
41
42void TestSerialization(TransitHeader const & header)
43{
44 TestCommonSerialization<FixedSizeSerializer<MemWriter<vector<uint8_t>>>,
45 FixedSizeDeserializer<ReaderSource<MemReader>>>(header);
46}
47
48template <class Obj>
49void TestSerialization(Obj const & obj)

Callers 1

UNIT_TESTFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected