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

Method testSerializeV2

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

Source from the content-addressed store, hash-verified

219 self.assertEqual(obj, self.v1obj)
220
221 def testSerializeV2(self):
222 obj = self._deserialize(VersioningTestV2, self._serialize(self.v2obj))
223 self.assertEqual(obj, self.v2obj)
224
225 def testBools(self):
226 self.assertNotEqual(self.bools, self.bools_flipped)

Callers

nothing calls this directly

Calls 2

_deserializeMethod · 0.95
_serializeMethod · 0.95

Tested by

no test coverage detected