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

Method testNestedListsI32x3

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

Source from the content-addressed store, hash-verified

246 self.assertTrue(len(rep) > 0)
247
248 def testNestedListsI32x3(self):
249 obj = self._deserialize(NestedListsI32x3, self._serialize(self.nested_lists_i32x3))
250 self.assertEqual(obj, self.nested_lists_i32x3)
251 rep = repr(self.nested_lists_i32x3)
252 self.assertTrue(len(rep) > 0)
253
254 def testNestedMixedx2(self):
255 obj = self._deserialize(NestedMixedx2, self._serialize(self.nested_mixedx2))

Callers

nothing calls this directly

Calls 2

_deserializeMethod · 0.95
_serializeMethod · 0.95

Tested by

no test coverage detected