MCPcopy Create free account
hub / github.com/apache/thrift / testSerializeV1

Method testSerializeV1

test/py/SerializationTest.py:217–219  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

215 self.assertEqual(obj.end_in_both, self.v2obj.end_in_both)
216
217 def testSerializeV1(self):
218 obj = self._deserialize(VersioningTestV1, self._serialize(self.v1obj))
219 self.assertEqual(obj, self.v1obj)
220
221 def testSerializeV2(self):
222 obj = self._deserialize(VersioningTestV2, self._serialize(self.v2obj))

Callers

nothing calls this directly

Calls 2

_deserializeMethod · 0.95
_serializeMethod · 0.95

Tested by

no test coverage detected