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

Method testNestedMixedx2

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

Source from the content-addressed store, hash-verified

252 self.assertTrue(len(rep) > 0)
253
254 def testNestedMixedx2(self):
255 obj = self._deserialize(NestedMixedx2, self._serialize(self.nested_mixedx2))
256 self.assertEqual(obj, self.nested_mixedx2)
257 rep = repr(self.nested_mixedx2)
258 self.assertTrue(len(rep) > 0)
259
260 def testNestedListsBonk(self):
261 obj = self._deserialize(NestedListsBonk, self._serialize(self.nested_lists_bonk))

Callers

nothing calls this directly

Calls 2

_deserializeMethod · 0.95
_serializeMethod · 0.95

Tested by

no test coverage detected